Skip to content

Commit eef7341

Browse files
fix(container): update image ghcr.io/astral-sh/uv (d0a0a75 → 0f36cb9)
1 parent 930d5c0 commit eef7341

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

88
WORKDIR /app

0 commit comments

Comments
 (0)