File tree 1 file changed +2
-2
lines changed
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
15
15
ENV TRIGGER_REBUILD=1
16
16
17
17
# # 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
19
19
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
20
20
ENV CLOUDSDK_CORE_DISABLE_PROMPTS=1
21
21
@@ -34,7 +34,7 @@ RUN apt update \
34
34
nfs-common \
35
35
&& 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 \
36
36
&& 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 \
38
38
&& gcloud config set core/disable_usage_reporting true \
39
39
&& gcloud config set component_manager/disable_update_check true \
40
40
&& gcloud config set metrics/environment github_docker_image \
You can’t perform that action at this time.
0 commit comments