We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a308d4 commit d42ca18Copy full SHA for d42ca18
postgresql/13/Dockerfile
@@ -84,7 +84,7 @@ RUN curl -sSL "https://github.com/pgpartman/pg_partman/archive/v${POSTGRESQL_PG_
84
RUN install_packages binutils
85
RUN find "${POSTGRESQL_BASE_DIR}" -type f -name '*.o' -o -perm /u=x,g=x,o=x -exec strip {} \; || true
86
87
-FROM debian:11-slim
+FROM debian:13-slim
88
89
ARG EXTRA_LOCALES
90
ARG TARGETARCH
0 commit comments