diff --git a/images/postgres/13.Dockerfile b/images/postgres/13.Dockerfile index 2225dc25f..d843d70dc 100644 --- a/images/postgres/13.Dockerfile +++ b/images/postgres/13.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM postgres:13.18-alpine3.21 +FROM postgres:13.19-alpine3.21 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION