Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 3fadc94

Browse files
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to e590846
1 parent 4dd43d0 commit 3fadc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN apt-get update \
4848
# Install uv (fast Python package installer)
4949
# Pin to specific version for reproducible builds
5050
# For SHA256 pinning: COPY --from=ghcr.io/astral-sh/uv@sha256:<digest> /uv /uvx /bin/
51-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:b1e699368d24c57cda93c338a57a8c5a119009ba809305cc8e86986d4a006754 /uv /uvx /bin/
51+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:e590846f4776907b254ac0f44b5b380347af5d90d668138ca7938d1b0c2f98d3 /uv /uvx /bin/
5252

5353
# =============================================================================
5454
# Stage 2: Builder

0 commit comments

Comments
 (0)