File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ FROM ubuntu:22.04
1515ENV TRIGGER_REBUILD=1
1616
1717# # Installing coreutils is super important here as otherwise the loopback device creation fails!
18- ARG CLOUD_SDK_VERSION=467 .0.0
18+ ARG CLOUD_SDK_VERSION=515 .0.0
1919ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
2020ENV CLOUDSDK_CORE_DISABLE_PROMPTS=1
2121
@@ -34,7 +34,7 @@ RUN apt update \
3434 nfs-common \
3535 && echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
3636 && curl -sSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - \
37- && apt update && apt install -y --no-install-recommends google-cloud-sdk =${CLOUD_SDK_VERSION}-0 \
37+ && apt update && apt install -y --no-install-recommends google-cloud-cli =${CLOUD_SDK_VERSION}-0 \
3838 && gcloud config set core/disable_usage_reporting true \
3939 && gcloud config set component_manager/disable_update_check true \
4040 && gcloud config set metrics/environment github_docker_image \
You can’t perform that action at this time.
0 commit comments