From c9906f922daaacdfc425b3b918e7644a8722290d Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 26 Sep 2024 11:03:00 -0700 Subject: [PATCH] Update 16 to bookworm 16.4-1.pgdg120+2, bullseye 16.4-1.pgdg110+2 --- 16/bookworm/Dockerfile | 2 +- 16/bullseye/Dockerfile | 2 +- versions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/16/bookworm/Dockerfile b/16/bookworm/Dockerfile index c18ea696cd..40feae2173 100644 --- a/16/bookworm/Dockerfile +++ b/16/bookworm/Dockerfile @@ -89,7 +89,7 @@ RUN set -ex; \ ENV PG_MAJOR 16 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 16.4-1.pgdg120+1 +ENV PG_VERSION 16.4-1.pgdg120+2 RUN set -ex; \ \ diff --git a/16/bullseye/Dockerfile b/16/bullseye/Dockerfile index 012558e80c..fb685497f9 100644 --- a/16/bullseye/Dockerfile +++ b/16/bullseye/Dockerfile @@ -89,7 +89,7 @@ RUN set -ex; \ ENV PG_MAJOR 16 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 16.4-1.pgdg110+1 +ENV PG_VERSION 16.4-1.pgdg110+2 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index 430925d3c7..8cbf6910e9 100644 --- a/versions.json +++ b/versions.json @@ -132,7 +132,7 @@ "ppc64el", "s390x" ], - "version": "16.4-1.pgdg120+1" + "version": "16.4-1.pgdg120+2" }, "bullseye": { "arches": [ @@ -141,7 +141,7 @@ "ppc64el", "s390x" ], - "version": "16.4-1.pgdg110+1" + "version": "16.4-1.pgdg110+2" }, "debian": "bookworm", "major": 16,