From 2a8f6e1b6dbe9c13bd37cb1d1fc647e709bf5d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:27:17 +0000 Subject: [PATCH] Bump postgres from 16 to 17 in /cincoctrl/compose/production/postgres Bumps postgres from 16 to 17. --- updated-dependencies: - dependency-name: postgres dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cincoctrl/compose/production/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cincoctrl/compose/production/postgres/Dockerfile b/cincoctrl/compose/production/postgres/Dockerfile index 176a5f17..ad0e8b01 100644 --- a/cincoctrl/compose/production/postgres/Dockerfile +++ b/cincoctrl/compose/production/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/postgres:16 +FROM docker.io/postgres:17 COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/*