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 55FROM cgr.dev/chainguard/wolfi-base:latest@sha256:79884062be1fd5f698859ee4044c6d13729fabeb9eb1f34aacfc6120414f8a91 as dl
66WORKDIR /dl
77RUN 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
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
You can’t perform that action at this time.
0 commit comments