From 5cfbf6b93c28568336e3e6279d8b03ec41f05c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:03:39 +0000 Subject: [PATCH] Bump postgres from 15.1 to 18.0 in /compose/production/postgres Bumps postgres from 15.1 to 18.0. --- updated-dependencies: - dependency-name: postgres dependency-version: '18.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- compose/production/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/postgres/Dockerfile b/compose/production/postgres/Dockerfile index 315bd70..9c65afa 100644 --- a/compose/production/postgres/Dockerfile +++ b/compose/production/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:15.1 +FROM postgres:18.0 COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/*