fix: downgrade to python 3.10
This commit is contained in:
parent
f87c36bff1
commit
4356722acd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue