From c17c1aad6bc4a8cc9d0a1791d8facaa84171c05b Mon Sep 17 00:00:00 2001
From: Docker Library Bot <doi+docker-library-bot@docker.com>
Date: Thu, 13 Feb 2025 10:46:14 -0800
Subject: [PATCH] Update 16 to 16.7, bookworm 16.7-1.pgdg120+1, bullseye
 16.7-1.pgdg110+1

---
 16/alpine3.20/Dockerfile | 4 ++--
 16/alpine3.21/Dockerfile | 4 ++--
 16/bookworm/Dockerfile   | 2 +-
 16/bullseye/Dockerfile   | 2 +-
 versions.json            | 8 ++++----
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/16/alpine3.20/Dockerfile b/16/alpine3.20/Dockerfile
index 3f9a790..c176edc 100644
--- a/16/alpine3.20/Dockerfile
+++ b/16/alpine3.20/Dockerfile
@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
 RUN mkdir /docker-entrypoint-initdb.d
 
 ENV PG_MAJOR 16
-ENV PG_VERSION 16.6
-ENV PG_SHA256 23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b
+ENV PG_VERSION 16.7
+ENV PG_SHA256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe
 
 ENV DOCKER_PG_LLVM_DEPS \
 		llvm15-dev \
diff --git a/16/alpine3.21/Dockerfile b/16/alpine3.21/Dockerfile
index 6951165..7acd3a7 100644
--- a/16/alpine3.21/Dockerfile
+++ b/16/alpine3.21/Dockerfile
@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
 RUN mkdir /docker-entrypoint-initdb.d
 
 ENV PG_MAJOR 16
-ENV PG_VERSION 16.6
-ENV PG_SHA256 23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b
+ENV PG_VERSION 16.7
+ENV PG_SHA256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe
 
 ENV DOCKER_PG_LLVM_DEPS \
 		llvm19-dev \
diff --git a/16/bookworm/Dockerfile b/16/bookworm/Dockerfile
index e2adcdb..e09f86a 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.6-1.pgdg120+1
+ENV PG_VERSION 16.7-1.pgdg120+1
 
 RUN set -ex; \
 	\
diff --git a/16/bullseye/Dockerfile b/16/bullseye/Dockerfile
index bae4ffb..6a2ff2f 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.6-1.pgdg110+1
+ENV PG_VERSION 16.7-1.pgdg110+1
 
 RUN set -ex; \
 	\
diff --git a/versions.json b/versions.json
index ff1a39b..37c7509 100644
--- a/versions.json
+++ b/versions.json
@@ -101,7 +101,7 @@
         "ppc64el",
         "s390x"
       ],
-      "version": "16.6-1.pgdg120+1"
+      "version": "16.7-1.pgdg120+1"
     },
     "bullseye": {
       "arches": [
@@ -110,18 +110,18 @@
         "ppc64el",
         "s390x"
       ],
-      "version": "16.6-1.pgdg110+1"
+      "version": "16.7-1.pgdg110+1"
     },
     "debian": "bookworm",
     "major": 16,
-    "sha256": "23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b",
+    "sha256": "62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe",
     "variants": [
       "bookworm",
       "bullseye",
       "alpine3.21",
       "alpine3.20"
     ],
-    "version": "16.6"
+    "version": "16.7"
   },
   "17": {
     "alpine": "3.21",
-- 
GitLab