Skip to content

Commit ca6463e

Browse files
chore(container): update image ghcr.io/astral-sh/uv (f6e3549 → 78bc424)
1 parent f57d382 commit ca6463e

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:78bc42400d77b0678ba95765305c826652ed5431f399257271dda681d0318f03 /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:78bc42400d77b0678ba95765305c826652ed5431f399257271dda681d0318f03 /uv /bin/uv
66
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
77

88
WORKDIR /app

0 commit comments

Comments
 (0)