diff --git a/17/bookworm/Dockerfile b/17/bookworm/Dockerfile index d02126ab5a..181d6bd320 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.6-1.pgdg12+1 +ENV PG_VERSION 17.6-2.pgdg12+1 RUN set -ex; \ \ diff --git a/17/trixie/Dockerfile b/17/trixie/Dockerfile index d926fdcde6..841fb9920b 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.6-1.pgdg13+1 +ENV PG_VERSION 17.6-2.pgdg13+1 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index 455e3e438b..8f65490719 100644 --- a/versions.json +++ b/versions.json @@ -32,7 +32,7 @@ "alpine": "3.22", "debian": "trixie", "trixie": { - "version": "17.6-1.pgdg13+1", + "version": "17.6-2.pgdg13+1", "arches": [ "amd64", "arm64", @@ -46,7 +46,7 @@ "alpine3.21" ], "bookworm": { - "version": "17.6-1.pgdg12+1", + "version": "17.6-2.pgdg12+1", "arches": [ "amd64", "arm64",