Skip to content

Commit f9ee528

Browse files
committed
Update Dockerfile to Python 3.13
1 parent f69b2ec commit f9ee528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# update the contributor guide, which can be found at
33
# pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
44
# Thank you!
5-
ARG python_version=3.11-slim
5+
ARG python_version=3.13-slim
66

77
FROM python:$python_version AS builder
88
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/

0 commit comments

Comments
 (0)