Skip to content

Commit

Permalink
bump: google-sdk 497 and k8s 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Muni10 committed Oct 18, 2024
1 parent 3095149 commit 6cbcca9
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
@@ -1,5 +1,5 @@
FROM google/cloud-sdk:497.0.0-alpine
ENV KUBE_VERSION=v1.30.5
ENV KUBE_VERSION=v1.31.0
RUN apk add --no-cache --update bash
ADD https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl /usr/local/bin/kubectl
RUN chmod +x /usr/local/bin/kubectl
Expand Down

0 comments on commit 6cbcca9

Please sign in to comment.