Skip to content

Commit

Permalink
chore(support): bump google/cloud-sdk to 492.0.0 in debian.Dockerfile (
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Sep 17, 2024
1 parent c0e9065 commit 4836b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ RUN ./aws/install
# garden-gcloud-base
#
FROM garden-base as garden-gcloud-base
ENV GCLOUD_VERSION=491.0.0
ENV GCLOUD_SHA256="ef6cfd9eb03162ee9232f28dfef32433b514c8afa5a6dfa5321c461f6488124b"
ENV GCLOUD_VERSION=492.0.0
ENV GCLOUD_SHA256="26f361954e1947d9dd513a86e8318c7a8ef302ce66178ad2bc4eaa04f19c3f53"

RUN curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-${GCLOUD_VERSION}-linux-x86_64.tar.gz
RUN echo "${GCLOUD_SHA256} google-cloud-cli-${GCLOUD_VERSION}-linux-x86_64.tar.gz" | sha256sum -c
Expand Down

0 comments on commit 4836b3f

Please sign in to comment.