Skip to content

Commit e98a3df

Browse files
pavanputhraclaude
andcommitted
Pin uv image to 0.10.9 for reproducible builds
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2a2eb0f commit e98a3df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && \
1818
redis-tools \
1919
&& rm -rf /var/lib/apt/lists/*
2020

21-
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
21+
COPY --from=ghcr.io/astral-sh/uv:0.10.9 /uv /usr/local/bin/uv
2222
ENV UV_SYSTEM_PYTHON=1
2323

2424
WORKDIR /app

docker/Dockerfile.conserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323
redis-tools \
2424
&& rm -rf /var/lib/apt/lists/*
2525

26-
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
26+
COPY --from=ghcr.io/astral-sh/uv:0.10.9 /uv /usr/local/bin/uv
2727
ENV UV_SYSTEM_PYTHON=1
2828

2929
WORKDIR /app

0 commit comments

Comments
 (0)