Daily automatic update

This commit is contained in:
EnterpriseDB Automated Updates
2023-04-09 00:16:19 +00:00
parent f154f4d9f3
commit 192c8c998c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.5.0", "BARMAN_VERSION": "3.5.0",
"IMAGE_RELEASE_VERSION": "9", "IMAGE_RELEASE_VERSION": "10",
"POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:57:19.536579Z", "POSTGRES_IMAGE_LAST_UPDATED": "2023-04-08T00:15:55.489122Z",
"POSTGRES_IMAGE_VERSION": "12.14-bullseye" "POSTGRES_IMAGE_VERSION": "12.14-bullseye"
} }

View File

@@ -20,7 +20,7 @@ FROM postgres:12.14-bullseye
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="9" \ release="10" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.14-bullseye." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.14-bullseye."