Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 1m40s

This commit is contained in:
Marko Oldenburg 2024-11-29 12:18:50 +00:00
parent 36aaa20b51
commit 6f55c438cf

View File

@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM postgres:16.4-bookworm
FROM postgres:16.6-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="19" \
release="7" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm."
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm."
COPY requirements.txt /