From 192c8c998c243d38a7a64d6e0e2c160e1915fd2d Mon Sep 17 00:00:00 2001 From: EnterpriseDB Automated Updates Date: Sun, 9 Apr 2023 00:16:19 +0000 Subject: [PATCH] Daily automatic update --- Debian/12/.versions.json | 4 ++-- Debian/12/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Debian/12/.versions.json b/Debian/12/.versions.json index 98ac4afd..f3b19121 100644 --- a/Debian/12/.versions.json +++ b/Debian/12/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.5.0", - "IMAGE_RELEASE_VERSION": "9", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:57:19.536579Z", + "IMAGE_RELEASE_VERSION": "10", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-04-08T00:15:55.489122Z", "POSTGRES_IMAGE_VERSION": "12.14-bullseye" } diff --git a/Debian/12/Dockerfile b/Debian/12/Dockerfile index 5e366ca4..c05fb513 100644 --- a/Debian/12/Dockerfile +++ b/Debian/12/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.14-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="9" \ + release="10" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.14-bullseye."