diff --git a/17/alpine3.21/Dockerfile b/17/alpine3.21/Dockerfile index c3c81bd437..c4afe749b8 100644 --- a/17/alpine3.21/Dockerfile +++ b/17/alpine3.21/Dockerfile @@ -52,8 +52,8 @@ ENV LANG en_US.utf8 RUN mkdir /docker-entrypoint-initdb.d ENV PG_MAJOR 17 -ENV PG_VERSION 17.5 -ENV PG_SHA256 fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8 +ENV PG_VERSION 17.6 +ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0 ENV DOCKER_PG_LLVM_DEPS \ llvm19-dev \ diff --git a/17/alpine3.22/Dockerfile b/17/alpine3.22/Dockerfile index 5c303bd7d0..3fab5a6194 100644 --- a/17/alpine3.22/Dockerfile +++ b/17/alpine3.22/Dockerfile @@ -52,8 +52,8 @@ ENV LANG en_US.utf8 RUN mkdir /docker-entrypoint-initdb.d ENV PG_MAJOR 17 -ENV PG_VERSION 17.5 -ENV PG_SHA256 fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8 +ENV PG_VERSION 17.6 +ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0 ENV DOCKER_PG_LLVM_DEPS \ llvm19-dev \ diff --git a/17/bookworm/Dockerfile b/17/bookworm/Dockerfile index 25c2142f1f..aec2a51f6c 100644 --- a/17/bookworm/Dockerfile +++ b/17/bookworm/Dockerfile @@ -89,7 +89,7 @@ RUN set -ex; \ ENV PG_MAJOR 17 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; \ \ diff --git a/17/trixie/Dockerfile b/17/trixie/Dockerfile index c8bbab14db..5df4f8c718 100644 --- a/17/trixie/Dockerfile +++ b/17/trixie/Dockerfile @@ -89,7 +89,7 @@ RUN set -ex; \ ENV PG_MAJOR 17 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; \ \ diff --git a/versions.json b/versions.json index b5040c09c9..bf813a1199 100644 --- a/versions.json +++ b/versions.json @@ -32,7 +32,7 @@ "alpine": "3.22", "debian": "trixie", "trixie": { - "version": "17.5-1.pgdg130+1", + "version": "17.6-1.pgdg13+1", "arches": [ "amd64", "arm64", @@ -46,15 +46,15 @@ "alpine3.21" ], "bookworm": { - "version": "17.5-1.pgdg120+1", + "version": "17.6-1.pgdg12+1", "arches": [ "amd64", "arm64", "ppc64el" ] }, - "version": "17.5", - "sha256": "fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8", + "version": "17.6", + "sha256": "e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0", "major": 17 }, "16": {