We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecb079 commit 3406da9Copy full SHA for 3406da9
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ RUN ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "arm64" || echo "x64") && \
12
# ---
13
14
# ghcr.io/codize-dev/nsjail is based on debian:bookworm-slim
15
-FROM ghcr.io/codize-dev/nsjail:latest@sha256:c200a59c915faafa1856b43fe28f4d190b7bef5486473222e07b4d2ab223edb2 AS base
+FROM ghcr.io/codize-dev/nsjail:latest@sha256:a4131e28a144ebcb944185e783a7eebc8af976d448d3ca2dbe94b7e714b8259c AS base
16
17
RUN apt-get update && \
18
apt-get install -y --no-install-recommends \
0 commit comments