1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-08 17:02:28 +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 RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 16 ENV PG_MAJOR 16
ENV PG_VERSION 16.9 ENV PG_VERSION 16.10
ENV PG_SHA256 07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005 ENV PG_SHA256 de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \ llvm19-dev \

View File

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

View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 16 ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin 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; \ RUN set -ex; \
\ \

2
16/trixie/Dockerfile generated
View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 16 ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin 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; \ RUN set -ex; \
\ \

View File

@@ -61,7 +61,7 @@
"alpine": "3.22", "alpine": "3.22",
"debian": "trixie", "debian": "trixie",
"trixie": { "trixie": {
"version": "16.9-1.pgdg130+1", "version": "16.10-1.pgdg13+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
@@ -75,15 +75,15 @@
"alpine3.21" "alpine3.21"
], ],
"bookworm": { "bookworm": {
"version": "16.9-1.pgdg120+1", "version": "16.10-1.pgdg12+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
"ppc64el" "ppc64el"
] ]
}, },
"version": "16.9", "version": "16.10",
"sha256": "07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005", "sha256": "de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42",
"major": 16 "major": 16
}, },
"15": { "15": {