Skip to content

Commit 4c03df8

Browse files
chore(container): update image ghcr.io/astral-sh/uv (f6e3549 → e590846)
1 parent b16f7d7 commit 4c03df8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/book-picker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.14-alpine@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862
22

33
FROM base AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:f6e3549ed287fee0ddde2460a2a74a2d74366f84b04aaa34c1f19fec40da8652 /uv /bin/uv
5+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:e590846f4776907b254ac0f44b5b380347af5d90d668138ca7938d1b0c2f98d3 /uv /bin/uv
66
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
77

88
WORKDIR /app

apps/qbit-folder-sync/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.14-alpine@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862
22

33
FROM base AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:f6e3549ed287fee0ddde2460a2a74a2d74366f84b04aaa34c1f19fec40da8652 /uv /bin/uv
5+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:e590846f4776907b254ac0f44b5b380347af5d90d668138ca7938d1b0c2f98d3 /uv /bin/uv
66
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
77

88
WORKDIR /app

0 commit comments

Comments
 (0)