From d82eb7cd910e624af8e5aa7d8d73188fae0e9e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:10:13 +0000 Subject: [PATCH] Bump python from 3.11-slim-bullseye to 3.13.0rc2-slim-bullseye Bumps python from 3.11-slim-bullseye to 3.13.0rc2-slim-bullseye. --- 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 3223d04..22532c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # # See docker-compose.yml as an example on how to run this image. -FROM docker.io/python:3.11-slim-bullseye +FROM docker.io/python:3.13.0rc2-slim-bullseye # Add requirements file ADD requirements.txt /code/requirements.txt