Check in uv.lock and update uv version

This commit is contained in:
James R. Barlow
2024-11-27 17:14:07 -08:00
parent fe89be5dc0
commit 5a1c043331
3 changed files with 1409 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ COPY . /app
WORKDIR /app
RUN curl -LsSf https://astral.sh/uv/0.4.27/install.sh | sh
RUN curl -LsSf https://astral.sh/uv/0.5.4/install.sh | sh
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
+1 -1
View File
@@ -29,7 +29,7 @@ COPY . /app
WORKDIR /app
RUN curl -LsSf https://astral.sh/uv/0.4.27/install.sh | sh
RUN curl -LsSf https://astral.sh/uv/0.5.4/install.sh | sh
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy