aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-27 14:14:16 +0100
committerGravatar Joe Banks <[email protected]>2025-07-27 14:41:45 +0100
commitd42680f42f4d11567505f0a9b51505db4db88817 (patch)
tree81ef79f1c9ee638e3064bdfd328ae73fdf579bde
parentUpdate pyproject.toml to Python 3.13 (diff)
Update Dockerfile to Python 3.13
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4b60a45d9..201159919 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-ARG python_version=3.12-slim
+ARG python_version=3.13-slim
FROM python:$python_version AS builder
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/