Skip to content

Commit

Permalink
bump: google sdk 492
Browse files Browse the repository at this point in the history
  • Loading branch information
Muni10 committed Sep 11, 2024
1 parent 01e9c4a commit b7abb56
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,4 +1,4 @@
FROM google/cloud-sdk:490.0.0-alpine
FROM google/cloud-sdk:492.0.0-alpine
ENV KUBE_VERSION v1.29.6

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build and sign image to GAR

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
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
Expand Down

0 comments on commit b7abb56

Please sign in to comment.