Skip to content

Commit fd2abf2

Browse files
fix(container): update image ghcr.io/astral-sh/uv (d0a0a75 → ecd4de2)
1 parent fc26aac commit fd2abf2

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:26730869004e2b9c4b9ad09cab8625e81d256d1ce97e72df5
22

33
FROM base AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /bin/uv
5+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:ecd4de2f060c64bea0ff8ecb182ddf46ba3fcccdc8a60cfdbaf20d1a047d7437 /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:26730869004e2b9c4b9ad09cab8625e81d256d1ce97e72df5
22

33
FROM base AS builder
44

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

88
WORKDIR /app

0 commit comments

Comments
 (0)