Skip to content

Commit 80e93f3

Browse files
chore(deps): update dependency kubernetes/kubernetes to v1.33.1
1 parent b956a2b commit 80e93f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ENV USE_GKE_GCLOUD_AUTH_PLUGIN=true
6060

6161
# Install kubectl
6262
# https://console.cloud.google.com/storage/browser/kubernetes-release/release
63-
ENV KUBECTL_STABLE_VERSION=1.29
63+
ENV KUBECTL_STABLE_VERSION=1.33.1
6464
RUN echo "Installing kubectl using the stable version of ${KUBECTL_STABLE_VERSION}..." && \
6565
curl -so /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -L -s "https://storage.googleapis.com/kubernetes-release/release/stable-${KUBECTL_STABLE_VERSION}.txt")/bin/linux/${TARGETARCH}/kubectl && \
6666
chmod +x /usr/local/bin/kubectl

0 commit comments

Comments
 (0)