Skip to content

Commit c185393

Browse files
aledbfcsweichel
andauthored
Update runc to v1.2.6 and gcloud to v515.0.0 (#20680)
* Update runc to v1.2.6 and gcloud to v515.0.0 * Use correct package name --------- Co-authored-by: Christian Weichel <chris@gitpod.io>
1 parent 3f2d253 commit c185393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ws-daemon/leeway.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM ubuntu:22.04
1515
ENV 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
1919
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
2020
ENV 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 \

0 commit comments

Comments
 (0)