From 5fdbff36bc59f922be1e7ed207e66be97de0af74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 05:15:16 +0000 Subject: [PATCH] Update postgres Docker tag to v11.20 --- images/postgres/11.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/postgres/11.Dockerfile b/images/postgres/11.Dockerfile index b453ec662..b26e9953e 100644 --- a/images/postgres/11.Dockerfile +++ b/images/postgres/11.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM postgres:11.19-alpine3.17 +FROM postgres:11.20-alpine3.17 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"