build(): pinned to specific UV package manager version in build

This commit is contained in:
ITQ
2026-02-18 16:30:26 +03:00
parent d2c459d2e7
commit 286e2e4d1f
+1 -1
View File
@@ -1,7 +1,7 @@
# Stage 1: Build dependencies
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