1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

Update 17 to 17.7, trixie 17.7-3.pgdg13+1, bookworm 17.7-3.pgdg12+1

This commit is contained in:
Docker Library Bot
2025-11-13 12:11:15 -08:00
parent 3506774b36
commit c02157db6a
5 changed files with 10 additions and 10 deletions

View File

@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17
ENV PG_VERSION 17.6
ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0
ENV PG_VERSION 17.7
ENV PG_SHA256 ef9e343302eccd33112f1b2f0247be493cb5768313adeb558b02de8797a2e9b5
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17
ENV PG_VERSION 17.6
ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0
ENV PG_VERSION 17.7
ENV PG_SHA256 ef9e343302eccd33112f1b2f0247be493cb5768313adeb558b02de8797a2e9b5
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

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

2
17/trixie/Dockerfile generated
View File

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

View File

@@ -32,7 +32,7 @@
"alpine": "3.22",
"debian": "trixie",
"trixie": {
"version": "17.6-2.pgdg13+1",
"version": "17.7-3.pgdg13+1",
"arches": [
"amd64",
"arm64",
@@ -46,15 +46,15 @@
"alpine3.21"
],
"bookworm": {
"version": "17.6-2.pgdg12+1",
"version": "17.7-3.pgdg12+1",
"arches": [
"amd64",
"arm64",
"ppc64el"
]
},
"version": "17.6",
"sha256": "e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0",
"version": "17.7",
"sha256": "ef9e343302eccd33112f1b2f0247be493cb5768313adeb558b02de8797a2e9b5",
"major": 17
},
"16": {