diff --git a/builder/Containerfile b/builder/Containerfile index 351dda0ef..654aba1d0 100644 --- a/builder/Containerfile +++ b/builder/Containerfile @@ -4,7 +4,7 @@ # # 2025-06-30 -FROM debian:12.11 AS base +FROM debian:12.13 AS base ARG SOURCE_DATE_EPOCH=1751241600 RUN apt-get update \ && apt-get install --yes --no-install-recommends --no-install-suggests \