From 5f58fcc1cbe23ac623bd3db3af0f0e2f3dd4589a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:29:11 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v12.18 --- images/postgres/12.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/postgres/12.Dockerfile b/images/postgres/12.Dockerfile index da5b23c8c..ec6bd8858 100644 --- a/images/postgres/12.Dockerfile +++ b/images/postgres/12.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM postgres:12.17-alpine3.19 +FROM postgres:12.18-alpine3.19 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"