From 13ca6007b9c34aa6b267559862d9fd729b9ce42c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 02:33:10 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16.8 --- images/postgres/16.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/postgres/16.Dockerfile b/images/postgres/16.Dockerfile index 9f82cf03c..c02aeb540 100644 --- a/images/postgres/16.Dockerfile +++ b/images/postgres/16.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM postgres:16.7-alpine3.21 +FROM postgres:16.8-alpine3.21 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION