From 24cb977cb75103a956f98bc3a4993fedbc689bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:39:29 +0000 Subject: [PATCH] chore(deps): bump python from 3.12-slim-bookworm to 3.13-slim-bookworm Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm. --- 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 18a8488..b96121f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile from https://github.com/python-poetry/poetry/discussions/1879 # `python-base` sets up all our shared environment variables -FROM python:3.12-slim-bookworm AS python-base +FROM python:3.13-slim-bookworm AS python-base ENV PYTHONUNBUFFERED=1 \ # prevents python creating .pyc as files PYTHONDONTWRITEBYTECODE=1 \