From 35abacfc7ecbe69ae19bd95edfbb71e3a76a8412 Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Fri, 1 Sep 2023 10:35:05 +0000 Subject: [PATCH] Daily automatic update --- Debian/16/.versions.json | 6 +++--- Debian/16/Dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Debian/16/.versions.json b/Debian/16/.versions.json index 52188fef..44c268dd 100644 --- a/Debian/16/.versions.json +++ b/Debian/16/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.8.0", - "IMAGE_RELEASE_VERSION": "6", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-08-17T15:41:45.795679Z", - "POSTGRES_IMAGE_VERSION": "16beta3-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-09-01T04:40:14.399311Z", + "POSTGRES_IMAGE_VERSION": "16rc1-bullseye" } diff --git a/Debian/16/Dockerfile b/Debian/16/Dockerfile index aac5d562..885f7f34 100644 --- a/Debian/16/Dockerfile +++ b/Debian/16/Dockerfile @@ -14,15 +14,15 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:16beta3-bullseye +FROM postgres:16rc1-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="6" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16beta3-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16rc1-bullseye." COPY requirements.txt /