From a9dfc560cc3cf9eaf722445e955d420cfb5c562d Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 3 Dec 2024 09:21:49 +0100 Subject: [PATCH] Use python 3.13 base image (#110) Signed-off-by: Christian Berendt --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0293e30..5351391 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.12 +ARG PYTHON_VERSION=3.13 FROM python:${PYTHON_VERSION}-slim-bookworm AS builder ARG VERSION=latest