Skip to content

Commit e2af219

Browse files
chore(deps): update dockerfile base images (#262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ba1ca2 commit e2af219

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:0c22f927b3438ddb9d546b97031cfb85e64fd4792f3fbd57db7bd0c62942d734 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:e91a8524945f7bf05a32f81282ce4be695ecd5d1e79eb8345ef25185ea36c87a 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:fef8e5fb8809f4b57069e919ffcd1529c92b432a2c8d8ad1768087b0b018d840 /uv /bin/
1919

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

0 commit comments

Comments
 (0)