mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
Replace mutable UV tag with immutable digest for supply chain security
Co-authored-by: grillazz <3415861+grillazz@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apt-get update -qy \
|
|||||||
build-essential \
|
build-essential \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
||||||
COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
|
COPY --from=ghcr.io/astral-sh/uv:0.9.17@sha256:5cb6b54d2bc3fe2eb9a8483db958a0b9eebf9edff68adedb369df8e7b98711a2 /uv /uvx /bin/
|
||||||
|
|
||||||
ENV UV_LINK_MODE=copy \
|
ENV UV_LINK_MODE=copy \
|
||||||
UV_COMPILE_BYTECODE=1 \
|
UV_COMPILE_BYTECODE=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user