diff --git a/images/postgres/17.Dockerfile b/images/postgres/17.Dockerfile index c263a6de9..e4dc21dcd 100644 --- a/images/postgres/17.Dockerfile +++ b/images/postgres/17.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM postgres:17.3-alpine3.21 +FROM postgres:17.4-alpine3.21 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION