From 74108829f6f528338e2c8a9815a07329405b42a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:10:53 +0000 Subject: [PATCH] build(deps): bump python from 3.11-slim to 3.12-slim Bumps python from 3.11-slim to 3.12-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d099381..437181a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.12-slim # Environment variables to optimize Python behavior ENV PYTHONDONTWRITEBYTECODE=1