Skip to content

Commit 0399e89

Browse files
committed
Update runc to v1.2.6 and gcloud to v515.0.0
1 parent 2cf1c74 commit 0399e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ws-daemon/leeway.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:79884062be1fd5f698859ee4044c6d13729fabeb9eb1f34aacfc6120414f8a91 as dl
66
WORKDIR /dl
77
RUN apk add --no-cache curl file \
8-
&& curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.1.12/runc.amd64 \
8+
&& curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.2.6/runc.amd64 \
99
&& chmod +x runc.amd64 \
1010
&& if ! file runc.amd64 | grep -iq "ELF 64-bit LSB pie executable"; then echo "runc.amd64 is not a binary file"; exit 1;fi
1111

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

0 commit comments

Comments
 (0)