From e2a43025b1acedac60ddfad3678ed5da1a09fd79 Mon Sep 17 00:00:00 2001
From: Docker Library Bot <doi+docker-library-bot@docker.com>
Date: Fri, 24 Jan 2025 05:02:25 -0800
Subject: [PATCH] Update 12 to bookworm 12.22-2.pgdg120+1, bullseye
 12.22-2.pgdg110+1

---
 12/bookworm/Dockerfile | 2 +-
 12/bullseye/Dockerfile | 2 +-
 versions.json          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/12/bookworm/Dockerfile b/12/bookworm/Dockerfile
index c9f6bae..cff8863 100644
--- a/12/bookworm/Dockerfile
+++ b/12/bookworm/Dockerfile
@@ -89,7 +89,7 @@ RUN set -ex; \
 ENV PG_MAJOR 12
 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
 
-ENV PG_VERSION 12.22-1.pgdg120+1
+ENV PG_VERSION 12.22-2.pgdg120+1
 
 RUN set -ex; \
 	\
diff --git a/12/bullseye/Dockerfile b/12/bullseye/Dockerfile
index 098f684..4bb12a3 100644
--- a/12/bullseye/Dockerfile
+++ b/12/bullseye/Dockerfile
@@ -89,7 +89,7 @@ RUN set -ex; \
 ENV PG_MAJOR 12
 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
 
-ENV PG_VERSION 12.22-1.pgdg110+1
+ENV PG_VERSION 12.22-2.pgdg110+1
 
 RUN set -ex; \
 	\
diff --git a/versions.json b/versions.json
index 11cf4b6..d5f9761 100644
--- a/versions.json
+++ b/versions.json
@@ -8,7 +8,7 @@
         "ppc64el",
         "s390x"
       ],
-      "version": "12.22-1.pgdg120+1"
+      "version": "12.22-2.pgdg120+1"
     },
     "bullseye": {
       "arches": [
@@ -17,7 +17,7 @@
         "ppc64el",
         "s390x"
       ],
-      "version": "12.22-1.pgdg110+1"
+      "version": "12.22-2.pgdg110+1"
     },
     "debian": "bookworm",
     "major": 12,
-- 
GitLab