We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5d75c commit 38dc6b0Copy full SHA for 38dc6b0
components/ws-daemon/leeway.Dockerfile
@@ -5,7 +5,7 @@
5
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:91ed94ec4e72368a9b5113f2ffb1d8e783a91db489011a89d9fad3e3816a75ba as dl
6
WORKDIR /dl
7
RUN apk add --no-cache curl file \
8
- && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.1.12/runc.amd64 \
+ && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.2.6/runc.amd64 \
9
&& chmod +x runc.amd64 \
10
&& if ! file runc.amd64 | grep -iq "ELF 64-bit LSB pie executable"; then echo "runc.amd64 is not a binary file"; exit 1;fi
11
0 commit comments