From 87e6f65859a53d10c5170a587def1bfc882d3830 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 25 Sep 2025 11:02:43 -0700 Subject: [PATCH] Update 17 to trixie 17.6-2.pgdg13+1, bookworm 17.6-2.pgdg12+1 --- 17/bookworm/Dockerfile | 2 +- 17/trixie/Dockerfile | 2 +- versions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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",