From ce5da348e75d283cdd90963f97bd61c374d41ee5 Mon Sep 17 00:00:00 2001
From: Docker Library Bot <doi+docker-library-bot@docker.com>
Date: Thu, 20 Feb 2025 11:44:40 -0800
Subject: [PATCH] Update 16 to 16.8, bookworm 16.8-1.pgdg120+1, bullseye
 16.8-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 c176edc..f4a8eee 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.7
-ENV PG_SHA256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe
+ENV PG_VERSION 16.8
+ENV PG_SHA256 9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8
 
 ENV DOCKER_PG_LLVM_DEPS \
 		llvm15-dev \
diff --git a/16/alpine3.21/Dockerfile b/16/alpine3.21/Dockerfile
index 7acd3a7..2e4b935 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.7
-ENV PG_SHA256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe
+ENV PG_VERSION 16.8
+ENV PG_SHA256 9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8
 
 ENV DOCKER_PG_LLVM_DEPS \
 		llvm19-dev \
diff --git a/16/bookworm/Dockerfile b/16/bookworm/Dockerfile
index e09f86a..c732ed0 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.7-1.pgdg120+1
+ENV PG_VERSION 16.8-1.pgdg120+1
 
 RUN set -ex; \
 	\
diff --git a/16/bullseye/Dockerfile b/16/bullseye/Dockerfile
index 6a2ff2f..ed50274 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.7-1.pgdg110+1
+ENV PG_VERSION 16.8-1.pgdg110+1
 
 RUN set -ex; \
 	\
diff --git a/versions.json b/versions.json
index b069df6..c4a73ca 100644
--- a/versions.json
+++ b/versions.json
@@ -101,7 +101,7 @@
         "ppc64el",
         "s390x"
       ],
-      "version": "16.7-1.pgdg120+1"
+      "version": "16.8-1.pgdg120+1"
     },
     "bullseye": {
       "arches": [
@@ -110,18 +110,18 @@
         "ppc64el",
         "s390x"
       ],
-      "version": "16.7-1.pgdg110+1"
+      "version": "16.8-1.pgdg110+1"
     },
     "debian": "bookworm",
     "major": 16,
-    "sha256": "62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe",
+    "sha256": "9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8",
     "variants": [
       "bookworm",
       "bullseye",
       "alpine3.21",
       "alpine3.20"
     ],
-    "version": "16.7"
+    "version": "16.8"
   },
   "17": {
     "alpine": "3.21",
-- 
GitLab