fix: downgrade to python 3.10
Some checks failed
Actions / Build (push) Successful in 12s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 22s

This commit is contained in:
cswimr 2025-01-29 10:58:26 +00:00
parent f87c36bff1
commit 4356722acd
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,5 +1,5 @@
FROM ghcr.io/astral-sh/uv:0.5.25 AS uv
FROM python:3.13-slim AS python
FROM python:3.10-slim AS python
FROM code.forgejo.org/forgejo/runner:6.2.0@sha256:936c4fef04f0e2bda86c325b8ef40359aeead4740a48b1d5a0c9a112f1185e45 AS forgejo-runner
FROM mcr.microsoft.com/vscode/devcontainers/base:bookworm@sha256:6155a486f236fd5127b76af33086029d64f64cf49dd504accb6e5f949098eb7e
@ -11,6 +11,6 @@ COPY --from=python --chown=vscode: /usr/local /usr/local
COPY --from=forgejo-runner --chown=vscode: /bin/forgejo-runner /bin/forgejo-runner
COPY --chown=vscode: .devcontainer/home/* /home/vscode/
RUN ln -s /usr/local/bin/python3.13 /usr/local/bin/python; \
RUN ln -s /usr/local/bin/python3.10 /usr/local/bin/python; \
python --version; \
python -m ensurepip