From 2d1bb7c5303868d29395597145818b6ee705b83b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:07:46 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b6becd..ee7b68f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # We chose Python 3.11 full variant as other variants lacks some tools necessary # to build this project's dependencies -FROM python:3.12 +FROM python:3.13 # Establish /code as working directory in the container WORKDIR /code