Skip to content

Commit 38dc6b0

Browse files
authored
Bump runc in ws-daemon (#20685)
1 parent ca5d75c commit 38dc6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-daemon/leeway.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:91ed94ec4e72368a9b5113f2ffb1d8e783a91db489011a89d9fad3e3816a75ba 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

0 commit comments

Comments
 (0)