Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2025-08-18 00:20:03 +00:00
parent ee8d69507b
commit f5b3e2d9b3
36 changed files with 1482 additions and 1458 deletions

View File

@@ -13,17 +13,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM postgres:15.13-bookworm
FROM postgres:15.14-bookworm
# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \
release="22" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bookworm."
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.14-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.14-bookworm."
COPY requirements.txt /