Skip to content

Commit e6c6f89

Browse files
committed
Revert kubectl update
1 parent 427cee8 commit e6c6f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV DOCKER_VERSION=19.03.1
1616
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
1717

1818
# Install kubectl
19-
ENV KUBECTL_VERSION=1.31.6
19+
ENV KUBECTL_VERSION=1.26.2
2020
RUN curl -L https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
2121
&& chmod +x /usr/local/bin/kubectl
2222

0 commit comments

Comments
 (0)