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 427cee8 commit e6c6f89Copy full SHA for e6c6f89
src/Dockerfile
@@ -16,7 +16,7 @@ ENV DOCKER_VERSION=19.03.1
16
RUN curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz && tar --strip-components=1 -xvzf docker-${DOCKER_VERSION}.tgz -C /usr/local/bin
17
18
# Install kubectl
19
-ENV KUBECTL_VERSION=1.31.6
+ENV KUBECTL_VERSION=1.26.2
20
RUN curl -L https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
21
&& chmod +x /usr/local/bin/kubectl
22
0 commit comments