Skip to content

Commit 06cd002

Browse files
committed
build: upgrade kubectl
1 parent 2c31223 commit 06cd002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ COPY --from=busybox:1.37.0-glibc /bin/busybox /usr/bin/busybox
77
RUN busybox --install
88
# ⚠️ We support 3 most recent minor versions: https://kubernetes.io/releases/
99
# Please update `./cf-deploy-kubernetes.sh` accordingly.
10-
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.34.1/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.34
11-
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.33.5/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.33
12-
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.32.9/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.32
10+
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.34.2/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.34
11+
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.33.6/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.33
12+
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.32.10/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.32
1313
# ⚠️ Defaults to the latest version. Please update with new versions as needed.
1414
RUN ln -s /usr/local/bin/kubectl1.34 /usr/local/bin/kubectl
1515

0 commit comments

Comments
 (0)