File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY --from=busybox:1.37.0-glibc /bin/busybox /usr/bin/busybox
77RUN 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
10+ ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.34.1f /bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.34
1111ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.33.5/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.33
1212ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.32.9/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.32
1313# ⚠️ Defaults to the latest version. Please update with new versions as needed.
You can’t perform that action at this time.
0 commit comments