diff --git a/images/postgres/14.Dockerfile b/images/postgres/14.Dockerfile index f5c7d8ed5..ec84ae171 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.15-alpine3.21 +FROM postgres:14.16-alpine3.21 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION