Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
camaeel authored May 16, 2023
1 parent 5d2af0f commit baacddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG KUBECTL_VERSION=1.25.8
USER root

RUN set -eux; \
ARCH="$(uname -i)"; \
ARCH="$(uname -m)"; \
case "${ARCH}" in \
aarch64|arm64) \
wget "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/arm64/kubectl" && \
Expand Down

0 comments on commit baacddb

Please sign in to comment.