chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to b1e6993

This commit is contained in:
2026-04-09 16:08:18 +00:00
parent 540e57ec81
commit 7703559fb9

View File

@@ -2,7 +2,7 @@
FROM python:3.14-slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca AS builder
# Install uv
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:c4f5de312ee66d46810635ffc5df34a1973ba753e7241ce3a08ef979ddd7bea5 /uv /usr/local/bin/uv
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:b1e699368d24c57cda93c338a57a8c5a119009ba809305cc8e86986d4a006754 /uv /usr/local/bin/uv
WORKDIR /app