From 6216639a4b65ffd6f3d5db11003897b1cd77d56d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 May 2022 02:36:56 +0000 Subject: [PATCH] Update dependency postgres to v13.7 --- images/postgres/13.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/postgres/13.Dockerfile b/images/postgres/13.Dockerfile index f62ba1211..cf35f393f 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.6-alpine3.15 +FROM postgres:13.7-alpine3.15 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"