fixed uv version (5.0.0 goes brrrr)

This commit is contained in:
2024-11-08 12:50:51 +03:00
parent 67e4925011
commit 1edcc2dd6b

View File

@ -1,7 +1,7 @@
FROM python:3.12.7-alpine FROM python:3.12.7-alpine
WORKDIR /app WORKDIR /app
ADD https://astral.sh/uv/install.sh /uv-installer.sh ADD https://github.com/astral-sh/uv/releases/download/0.4.30/uv-installer.sh /uv-installer.sh
RUN sh /uv-installer.sh RUN sh /uv-installer.sh
ENV PATH="/root/.cargo/bin/:$PATH" ENV PATH="/root/.cargo/bin/:$PATH"