Skip to content

Commit

Permalink
chore(support): bump google/cloud-sdk to 501.0.0 in debian.Dockerfile (
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Nov 19, 2024
1 parent bffa903 commit 7f94571
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=500.0.0
ENV GCLOUD_SHA256="071072b10635add3e20418dae4ed8b096cb1b1eed5f0e538bf567e00cd7f45c3"
ENV GCLOUD_VERSION=501.0.0
ENV GCLOUD_SHA256="b65ef3d0018bf213ba1da7a8f864fa9a1e413c740475ab0c8621935bd06a34e2"

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 7f94571

Please sign in to comment.