aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-27 14:22:04 +0100
committerGravatar Joe Banks <[email protected]>2025-07-27 14:40:30 +0100
commitf9ee528f0170ac53e9779fbaac7377cef4e78a98 (patch)
treefa39a38ae7fbb41b6b4c29702fdf6f017a2b3abd /Dockerfile
parentUpgrade pyproject.toml to 3.13 (diff)
Update Dockerfile to Python 3.13
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index afba8c41..28bb3af6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
# update the contributor guide, which can be found at
# pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
# Thank you!
-ARG python_version=3.11-slim
+ARG python_version=3.13-slim
FROM python:$python_version AS builder
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/