Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions v12/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/debian:12@sha256:aaa40f164e34010e35cee8937aca52d56406ba71f79cf78102479661b98ce2b8 AS build
FROM arm64v8/debian:bookworm-20260316@sha256:aaa40f164e34010e35cee8937aca52d56406ba71f79cf78102479661b98ce2b8 AS build

ENV TERM=xterm
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU
chmod +x /tmp/su-exec && \
/tmp/su-exec --help >/dev/null

FROM arm64v8/debian:12@sha256:aaa40f164e34010e35cee8937aca52d56406ba71f79cf78102479661b98ce2b8
FROM arm64v8/debian:bookworm-20260316@sha256:aaa40f164e34010e35cee8937aca52d56406ba71f79cf78102479661b98ce2b8

ENV CRON_ENABLED=false
ENV TERM=xterm
Expand Down
Loading