From 6f55c438cf53e2478b2b04a05f250ff468a8c8aa Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 29 Nov 2024 12:18:50 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f5b8f33..a919469 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /