Skip to content

Commit 3406da9

Browse files
fix(依存関係): ghcr.io/codize-dev/nsjail:latest の Docker ダイジェストを a4131e2 に更新 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cecb079 commit 3406da9

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
@@ -12,7 +12,7 @@ RUN ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "arm64" || echo "x64") && \
1212
# ---
1313

1414
# ghcr.io/codize-dev/nsjail is based on debian:bookworm-slim
15-
FROM ghcr.io/codize-dev/nsjail:latest@sha256:c200a59c915faafa1856b43fe28f4d190b7bef5486473222e07b4d2ab223edb2 AS base
15+
FROM ghcr.io/codize-dev/nsjail:latest@sha256:a4131e28a144ebcb944185e783a7eebc8af976d448d3ca2dbe94b7e714b8259c AS base
1616

1717
RUN apt-get update && \
1818
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)