Dockerfile aktualisiert
Some checks failed
Create postgresql docker image / Explore-Gitea-Actions (push) Failing after 24s

This commit is contained in:
2025-10-15 07:42:20 +00:00
parent ae6a5b1a7f
commit f72a0340ce

View File

@@ -19,7 +19,7 @@ FROM postgres:16.10-bookworm
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="Marko Oldenburg" \ vendor="Marko Oldenburg" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="1" \ release="5" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.10-bookworm." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.10-bookworm."