From 7b4b10eb77289b04d8a7dab34ad66edb83c9b659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:29:41 +0000 Subject: [PATCH] build(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 8cf0ff5..d9296c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # artifacts: false # platforms: linux/amd64 -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm # CI args ARG BRANCH