Skip to content

Commit

Permalink
chore(support): bump google/cloud-sdk to 499.0.0 in debian.Dockerfile (
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Nov 5, 2024
1 parent 16f0656 commit b181bb5
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=498.0.0
ENV GCLOUD_SHA256="2ab3a808dc254bd0289a7974eb7130c7759614bec323c5c83a318667f9efe705"
ENV GCLOUD_VERSION=499.0.0
ENV GCLOUD_SHA256="a43370a34cbe4d7defbae25fb09872ace7df0793a36424033dce05e056fce77f"

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 b181bb5

Please sign in to comment.