Skip to content

Commit

Permalink
chore(support): bump google/cloud-sdk to 487.0.0 in debian.Dockerfile (
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Aug 15, 2024
1 parent 56743a3 commit 3b6ee08
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=486.0.0
ENV GCLOUD_SHA256="da4197eded5b292942d75ec164ffaa811ab79379edbc2371dc68da27787c10a7"
ENV GCLOUD_VERSION=487.0.0
ENV GCLOUD_SHA256="6b75a8e0aa46a8e08aadaa3f1d911e401f0bce225ee8d43a9c1e30129b050af5"

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 3b6ee08

Please sign in to comment.