From 502f32f207dc7ff94d32b81abb5621939daeaa04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 12:58:50 +0000 Subject: [PATCH] Bump postgres from 15.2-alpine to 15.3-alpine in /Containers/postgresql Bumps postgres from 15.2-alpine to 15.3-alpine. --- updated-dependencies: - dependency-name: postgres dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Containers/postgresql/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/postgresql/Dockerfile b/Containers/postgresql/Dockerfile index 313360bd..5c16d805 100644 --- a/Containers/postgresql/Dockerfile +++ b/Containers/postgresql/Dockerfile @@ -1,5 +1,5 @@ # From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile -FROM postgres:15.2-alpine +FROM postgres:15.3-alpine COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh