From 287ee1f9f8b13ee6e3a9939c475dc0388f0a0025 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 05:04:30 +0000 Subject: [PATCH] Update postgres Docker tag to v11.17 --- 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 a184d0ea8..44105f149 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.16-alpine3.16 +FROM postgres:11.17-alpine3.16 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"