build(): pinned to specific UV package manager version in build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Stage 1: Build dependencies
|
# Stage 1: Build dependencies
|
||||||
FROM docker.io/python:3.13-alpine3.22 AS deps
|
FROM docker.io/python:3.13-alpine3.22 AS deps
|
||||||
|
|
||||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /uvx /bin/
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user