From 7f0e74878d91592afaa8eb414ddff7324721295d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:48:36 +0000 Subject: [PATCH] Update debian Docker tag to v13 | datasource | package | from | to | | ---------- | ------- | ---- | -- | | docker | debian | 12 | 13 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 2cb7ab6089..160886ae20 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -280,7 +280,7 @@ RUN --mount=type=bind,from=alpine-fips-3.22,target=/tmp/fips/ \ ############################################# Base image for Debian with NGINX Plus only ############################################# -FROM debian:12-slim@sha256:e899040a73d36e2b36fa33216943539d9957cba8172b858097c2cabcdb20a3e2 AS debian-plus-only +FROM debian:13-slim@sha256:e711a7b30ec1261130d0a121050b4ed81d7fb28aeabcf4ea0c7876d4e9f5aca2 AS debian-plus-only ARG NGINX_PLUS_VERSION ENV NGINX_VERSION=${NGINX_PLUS_VERSION}