From cf5b77bfaef299aeba77c4bf333cbc4e56c5e7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:04:08 +0000 Subject: [PATCH] Bump python in /app/compose/production/app_postgres Bumps python from 3.12-slim-bullseye to 3.13-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-version: 3.13-slim-bullseye dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/compose/production/app_postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/compose/production/app_postgres/Dockerfile b/app/compose/production/app_postgres/Dockerfile index 4e4902d0..3b406871 100644 --- a/app/compose/production/app_postgres/Dockerfile +++ b/app/compose/production/app_postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye +FROM python:3.13-slim-bullseye RUN echo POSTGRES ENV APP_ROOT /src