aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-10-30 20:25:45 +0000
committerGravatar Joe Banks <[email protected]>2025-11-10 18:41:30 +0000
commitd0ff48fe8d5fc9f12eab9eaa9e8e4ac37b18bc79 (patch)
tree9b8cbdfacb5e6dc285cf4055c957745e4bde8a25 /Dockerfile
parentrefactor: update botstrap to be more beginner-friendly (#3417) (diff)
Upgrade to Python 3.14
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 201159919..0a92d85b9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-ARG python_version=3.13-slim
+ARG python_version=3.14-slim
FROM python:$python_version AS builder
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/