Skip to content

Commit

Permalink
Update dependency kubectl to v1.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent a45ec75 commit 2d9be26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN KERNEL="$(uname --kernel-name | tr '[:upper:]' '[:lower:]')"; \
command -v mc; \
mc --version | grep --fixed-strings "${MINIO_VERSION:?}"

ENV KUBECTL_VERSION=v1.31.0
ENV KUBECTL_VERSION=v1.31.4
RUN KERNEL="$(uname --kernel-name | tr '[:upper:]' '[:lower:]')"; \
ARCH="$(uname --machine | sed --expression='s/aarch64/arm64/' --expression='s/x86_64/amd64/')"; \
curl --fail --location --output /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${KERNEL:?}/${ARCH:?}/kubectl"; \
Expand Down

0 comments on commit 2d9be26

Please sign in to comment.