diff --git a/images/postgres/12.Dockerfile b/images/postgres/12.Dockerfile index bb8e3ab91..39c7cce33 100644 --- a/images/postgres/12.Dockerfile +++ b/images/postgres/12.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM postgres:12.21-alpine3.20 +FROM postgres:12.22-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION