Update 17 to trixie 17.6-2.pgdg13+1, bookworm 17.6-2.pgdg12+1

This commit is contained in:
Docker Library Bot 2025-09-25 11:02:43 -07:00
parent a2433755c7
commit 87e6f65859
3 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 17.6-1.pgdg12+1 ENV PG_VERSION 17.6-2.pgdg12+1
RUN set -ex; \ RUN set -ex; \
\ \

2
17/trixie/Dockerfile generated
View File

@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 17.6-1.pgdg13+1 ENV PG_VERSION 17.6-2.pgdg13+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -32,7 +32,7 @@
"alpine": "3.22", "alpine": "3.22",
"debian": "trixie", "debian": "trixie",
"trixie": { "trixie": {
"version": "17.6-1.pgdg13+1", "version": "17.6-2.pgdg13+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
@ -46,7 +46,7 @@
"alpine3.21" "alpine3.21"
], ],
"bookworm": { "bookworm": {
"version": "17.6-1.pgdg12+1", "version": "17.6-2.pgdg12+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",