From 14c4c805181130412c37489a97ab44fd75ba20a5 Mon Sep 17 00:00:00 2001 From: Youri Westerman Date: Fri, 6 Dec 2024 11:05:34 +0100 Subject: [PATCH] Upgrade to python 3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1cacba..95ec999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -ARG PYTHON_VERSION=3.12-slim-bookworm +ARG PYTHON_VERSION=3.13-slim-bookworm ################################################## # Python #