From b907fd2f24f51025e8bdcdb56867f1050e75d959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:26:54 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v12 --- postgresql/12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/12/Dockerfile b/postgresql/12/Dockerfile index bee7035..628e73a 100644 --- a/postgresql/12/Dockerfile +++ b/postgresql/12/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:12-slim ARG EXTRA_LOCALES ARG TARGETARCH