From 12999235424430882694f4d25b0f5e02df65d510 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 19:29:36 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v15.7 --- images/postgres/15.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/postgres/15.Dockerfile b/images/postgres/15.Dockerfile index b2abae2a8..d1aa5457b 100644 --- a/images/postgres/15.Dockerfile +++ b/images/postgres/15.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM postgres:15.6-alpine3.19 +FROM postgres:15.7-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"