Skip to content

Commit 730c081

Browse files
committed
Pin UV
1 parent 5b68fe7 commit 730c081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.scraper-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN dnf install -y \
2626
# Install all Python dependencies (including playwright) using uv.
2727
# uv reads pyproject.toml + uv.lock so versions are pinned and reproducible.
2828
COPY pyproject.toml uv.lock ./
29-
RUN pip install uv && \
29+
RUN pip install "uv==0.9.*" && \
3030
uv export --no-dev --no-hashes --frozen > /tmp/requirements.txt && \
3131
pip install -r /tmp/requirements.txt
3232

0 commit comments

Comments
 (0)