1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-12-03 22:31:18 +03:00

Update 16 to 16.10, trixie 16.10-1.pgdg13+1, bookworm 16.10-1.pgdg12+1

This commit is contained in:
Docker Library Bot
2025-08-14 09:56:05 -07:00
parent b8ab4185a3
commit 1cb68aee8f
5 changed files with 10 additions and 10 deletions

View File

@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 16
ENV PG_VERSION 16.9
ENV PG_SHA256 07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005
ENV PG_VERSION 16.10
ENV PG_SHA256 de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 16
ENV PG_VERSION 16.9
ENV PG_SHA256 07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005
ENV PG_VERSION 16.10
ENV PG_SHA256 de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.9-1.pgdg120+1
ENV PG_VERSION 16.10-1.pgdg12+1
RUN set -ex; \
\

2
16/trixie/Dockerfile generated
View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.9-1.pgdg130+1
ENV PG_VERSION 16.10-1.pgdg13+1
RUN set -ex; \
\