diff --git a/Debian/17/bookworm/.versions.json b/Debian/17/bookworm/.versions.json index d7d9a423..e54132a3 100644 --- a/Debian/17/bookworm/.versions.json +++ b/Debian/17/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "1", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:28:27.845267Z", + "IMAGE_RELEASE_VERSION": "2", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:33.555234Z", "POSTGRES_IMAGE_VERSION": "17rc1-bookworm" } diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index a1c93f7e..abcc4fac 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:17rc1-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="1" \ + release="2" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bookworm." diff --git a/Debian/17/bullseye/.versions.json b/Debian/17/bullseye/.versions.json index 6b37dc3a..984e1fa5 100644 --- a/Debian/17/bullseye/.versions.json +++ b/Debian/17/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "1", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:29:04.67047Z", + "IMAGE_RELEASE_VERSION": "2", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:45.189541Z", "POSTGRES_IMAGE_VERSION": "17rc1-bullseye" } diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index 39b16b3e..31dddc2e 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:17rc1-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="1" \ + release="2" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bullseye."