diff --git a/images/postgres/16.Dockerfile b/images/postgres/16.Dockerfile index e4180cb38..1a2f31eb8 100644 --- a/images/postgres/16.Dockerfile +++ b/images/postgres/16.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM postgres:16.5-alpine3.20 +FROM postgres:16.6-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION