Skip to content

Commit 7503ef9

Browse files
chore(deps): update dockerfile base images
1 parent 9786da6 commit 7503ef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cpu.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a full image with uv pre-installed as builder
2-
FROM ghcr.io/astral-sh/uv:python3.13-bookworm@sha256:187fdcb9f23c84f1bcbf24cbb0fbbece286374eb13d42e29b3e8639e4a8698f3 AS builder
2+
FROM ghcr.io/astral-sh/uv:python3.13-bookworm@sha256:d6c6faf67bc2d63912a03881be0a7c55d21b8e962d4ddbf1ada705b77e4be976 AS builder
33

44
# Install the project into `/app`
55
WORKDIR /app
@@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2323
uv sync --no-dev --extra cpu --extra frontend --locked
2424

2525
# Use slim image as runner
26-
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim@sha256:b6617231e5b985e887de048bf9100dfb66554d8b3ab07582d852aa59cc932825 AS runner
26+
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim@sha256:c5db46150ecdfa1dcb35f2c666cb027624ebaad1781d0d7740ccccbdb53b2460 AS runner
2727

2828
# Metadata for the image
2929
ARG IMAGE_CREATED="unknown"

gpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1515
WORKDIR /app
1616

1717
# Copy the uv binary from the uv image
18-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:5aa820129de0a600924f166aec9cb51613b15b68f1dcd2a02f31a500d2ede568 /uv /bin/
18+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:f07d1bf7b1fb4b983eed2b31320e25a2a76625bdf83d5ff0208fe105d4d8d2f5 /uv /bin/
1919

2020
RUN mkdir /app/python && \
2121
mkdir /app/bin

0 commit comments

Comments
 (0)