diff options
author | 2025-07-17 22:24:27 -0700 | |
---|---|---|
committer | 2025-07-17 22:24:27 -0700 | |
commit | 732ea11ef84e49c23c7e334e7659a90a148b9197 (patch) | |
tree | 0beafa1495098fe52a149d3ab7c592062892df36 /Dockerfile | |
parent | Migrate lint-test from setup-python to uv (diff) |
Dockerfile should be 3.11, not 3.13
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |