From 8a631b939a0b4197cb6bef49b50b6c40c80ddf5b Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 14 Sep 2023 11:02:56 -0700 Subject: [PATCH] Update 15 to bookworm 15.4-2.pgdg120+1, bullseye 15.4-2.pgdg110+1 --- 15/bookworm/Dockerfile | 2 +- 15/bullseye/Dockerfile | 2 +- versions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/15/bookworm/Dockerfile b/15/bookworm/Dockerfile index a19d9b15bf..4e85949346 100644 --- a/15/bookworm/Dockerfile +++ b/15/bookworm/Dockerfile @@ -84,7 +84,7 @@ RUN set -ex; \ ENV PG_MAJOR 15 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 15.4-1.pgdg120+1 +ENV PG_VERSION 15.4-2.pgdg120+1 RUN set -ex; \ \ diff --git a/15/bullseye/Dockerfile b/15/bullseye/Dockerfile index f890295e3b..0e8bc89675 100644 --- a/15/bullseye/Dockerfile +++ b/15/bullseye/Dockerfile @@ -84,7 +84,7 @@ RUN set -ex; \ ENV PG_MAJOR 15 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 15.4-1.pgdg110+1 +ENV PG_VERSION 15.4-2.pgdg110+1 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index 9457a12a28..cc8643a567 100644 --- a/versions.json +++ b/versions.json @@ -132,7 +132,7 @@ "ppc64el", "s390x" ], - "version": "15.4-1.pgdg120+1" + "version": "15.4-2.pgdg120+1" }, "bullseye": { "arches": [ @@ -141,7 +141,7 @@ "ppc64el", "s390x" ], - "version": "15.4-1.pgdg110+1" + "version": "15.4-2.pgdg110+1" }, "debian": "bookworm", "major": 15,