We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea22d0f commit 1c551c2Copy full SHA for 1c551c2
Dockerfile
@@ -4,7 +4,7 @@ RUN apk add --no-cache \
4
gettext \
5
jq
6
7
-ARG GITPOD_VERSION="2022.02.0"
+ARG GITPOD_VERSION="2022.03.0"
8
ARG HELM_VERSION=v3.6.3
9
10
RUN curl -fsSL "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl \
0 commit comments