Skip to content

Commit

Permalink
bump kubectl to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
camaeel authored Jan 3, 2023
1 parent 6555930 commit 11f2bd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kubectl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine:latest

ARG KUBECTL_VERSION=1.23.13

ARG KUBECTL_VERSION=1.24.9
USER root

RUN wget "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \
Expand Down

0 comments on commit 11f2bd4

Please sign in to comment.