diff --git a/images/postgres/14.Dockerfile b/images/postgres/14.Dockerfile index 8afd5f5b4..2dd61e62e 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.13-alpine3.20 +FROM postgres:14.14-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION