From ac49708edfec947766477b922fab624e195baa6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:10:01 +0000 Subject: [PATCH] deps(patch): update arm64v8/debian docker tag to bookworm-20260316 --- v12/Dockerfile.arm64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v12/Dockerfile.arm64 b/v12/Dockerfile.arm64 index fadee46b..61c60166 100644 --- a/v12/Dockerfile.arm64 +++ b/v12/Dockerfile.arm64 @@ -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 @@ -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