From ea5c89732df4adb59dad7d43d2b307344e5da6f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:03:54 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index c220cef..e79a93d 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13-slim COPY pyproject.toml . COPY poetry.lock . RUN pip3 install poetry