From d278e99b1dbb49542f79938e2f10cd2930dff2f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:01:02 +0000 Subject: [PATCH] Update debian Docker tag to v13 --- postgresql/13/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/13/Dockerfile b/postgresql/13/Dockerfile index eef9af2..ca07cae 100644 --- a/postgresql/13/Dockerfile +++ b/postgresql/13/Dockerfile @@ -84,7 +84,7 @@ RUN curl -sSL "https://github.com/pgpartman/pg_partman/archive/v${POSTGRESQL_PG_ RUN install_packages binutils RUN find "${POSTGRESQL_BASE_DIR}" -type f -name '*.o' -o -perm /u=x,g=x,o=x -exec strip {} \; || true -FROM debian:11-slim +FROM debian:13-slim ARG EXTRA_LOCALES ARG TARGETARCH