fix: do not pin python patch version in docker preinstalled python

This commit is contained in:
Ruben Fiszel
2025-02-21 08:47:06 +01:00
parent 40c7fa890b
commit 50ccff4d83
+1 -1
View File
@@ -170,7 +170,7 @@ ENV GO_PATH=/usr/local/go/bin/go
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.15/uv-installer.sh | sh && mv /root/.local/bin/uv /usr/local/bin/uv
# Preinstall python runtimes
RUN uv python install 3.11.10
RUN uv python install 3.11
RUN uv python install $LATEST_STABLE_PY
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -