Skip to content

Commit 101a839

Browse files
koki-developclaude
andcommitted
fix: correct nsjail image digest to manifest list hash
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a2b842a commit 101a839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "arm64" || echo "x64") && \
1010
# ---
1111

1212
# ghcr.io/codize-dev/nsjail is based on debian:bookworm-slim
13-
FROM ghcr.io/codize-dev/nsjail:e2355a735778dcebdd80db0da8ee0d5d17e2280d@sha256:c14abf7431740ae1ef971e95df52b55906a532f0a142b6f538b7e8455165a253 AS base
13+
FROM ghcr.io/codize-dev/nsjail:e2355a735778dcebdd80db0da8ee0d5d17e2280d@sha256:9f4ea93714f76ef9abd640e54c65d7d30becaa548c65ed5d3e2ff1c61be19563 AS base
1414

1515
RUN apt-get update && \
1616
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)