From 732ea11ef84e49c23c7e334e7659a90a148b9197 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Thu, 17 Jul 2025 22:24:27 -0700 Subject: Dockerfile should be 3.11, not 3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dfa32b8..1f3833ef 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.13-slim +ARG python_version=3.11-slim FROM python:$python_version AS builder COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/ -- cgit v1.2.3