There was an error while loading. Please reload this page.
1 parent 4dd43d0 commit 3fadc94Copy full SHA for 3fadc94
1 file changed
backend/Dockerfile
@@ -48,7 +48,7 @@ RUN apt-get update \
48
# Install uv (fast Python package installer)
49
# Pin to specific version for reproducible builds
50
# 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/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:e590846f4776907b254ac0f44b5b380347af5d90d668138ca7938d1b0c2f98d3 /uv /uvx /bin/
52
53
# =============================================================================
54
# Stage 2: Builder
0 commit comments