diff --git a/images/postgres/14.Dockerfile b/images/postgres/14.Dockerfile index 2dd61e62e..6977d27aa 100644 --- a/images/postgres/14.Dockerfile +++ b/images/postgres/14.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM postgres:14.14-alpine3.20 +FROM postgres:14.15-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION