Skip to content
Prev Previous commit
Next Next commit
Revert "revert me: break dockerfile"
This reverts commit 54f6e6f.
  • Loading branch information
masontikhonov committed Nov 18, 2025
commit ea87c75a322d03452ebf188d7d9d37db24c65ba6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY --from=busybox:1.37.0-glibc /bin/busybox /usr/bin/busybox
RUN busybox --install
# ⚠️ We support 3 most recent minor versions: https://kubernetes.io/releases/
# Please update `./cf-deploy-kubernetes.sh` accordingly.
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.34.1f/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.34
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.34.1/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.34
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.33.5/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.33
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.32.9/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.32
# ⚠️ Defaults to the latest version. Please update with new versions as needed.
Expand Down