From d45f4f98495befb923847bc1be209ec5e050b47b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:59:50 +0000 Subject: [PATCH] Update python Docker tag to v3.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df56185..e2c1a21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################################################################ # BUILD ############################################################################################################ -FROM python:3.12.6 AS build +FROM python:3.13.1 AS build # Install dependencies COPY ./requirements.txt /requirements.txt