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

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

This commit is contained in:
Docker Library Bot
2025-08-14 10:12:46 -07:00
parent 1cb68aee8f
commit e34fc9d23c
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 RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PG_VERSION 17.5 ENV PG_VERSION 17.6
ENV PG_SHA256 fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8 ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \ llvm19-dev \

View File

@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PG_VERSION 17.5 ENV PG_VERSION 17.6
ENV PG_SHA256 fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8 ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0
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 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.5-1.pgdg120+1 ENV PG_VERSION 17.6-1.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.5-1.pgdg130+1 ENV PG_VERSION 17.6-1.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.5-1.pgdg130+1", "version": "17.6-1.pgdg13+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
@@ -46,15 +46,15 @@
"alpine3.21" "alpine3.21"
], ],
"bookworm": { "bookworm": {
"version": "17.5-1.pgdg120+1", "version": "17.6-1.pgdg12+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
"ppc64el" "ppc64el"
] ]
}, },
"version": "17.5", "version": "17.6",
"sha256": "fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8", "sha256": "e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0",
"major": 17 "major": 17
}, },
"16": { "16": {