Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2023-09-01 10:35:05 +00:00
parent a9914ccb25
commit 35abacfc7e
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.8.0", "BARMAN_VERSION": "3.8.0",
"IMAGE_RELEASE_VERSION": "6", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2023-08-17T15:41:45.795679Z", "POSTGRES_IMAGE_LAST_UPDATED": "2023-09-01T04:40:14.399311Z",
"POSTGRES_IMAGE_VERSION": "16beta3-bullseye" "POSTGRES_IMAGE_VERSION": "16rc1-bullseye"
} }

View File

@@ -14,15 +14,15 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
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="6" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /