Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2025-07-14 08:10:14 +00:00
parent 2d191a5c54
commit 53bbbacce4
36 changed files with 74 additions and 62 deletions

View File

@@ -19,7 +19,7 @@ FROM postgres:15.13-bullseye
LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \
release="12" \
release="13" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bullseye."
@@ -29,6 +29,7 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
rm -fr /var/lib/postgresql/data; \
apt-get update; \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \