diff --git a/Dockerfile b/Dockerfile index 449de26..95b4cdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ FROM postgres:16.10-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" \ + vendor="Marko Oldenburg" \ version="${PG_VERSION}" \ release="1" \ summary="PostgreSQL Container images." \