We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6457abf commit 732ea11Copy full SHA for 732ea11
Dockerfile
@@ -2,7 +2,7 @@
2
# update the contributor guide, which can be found at
3
# pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
4
# Thank you!
5
-ARG python_version=3.13-slim
+ARG python_version=3.11-slim
6
7
FROM python:$python_version AS builder
8
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/
0 commit comments