Skip to content

Commit 732ea11

Browse files
committed
Dockerfile should be 3.11, not 3.13
1 parent 6457abf commit 732ea11

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.13-slim
5+
ARG python_version=3.11-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)