Skip to content

Commit 55a45ee

Browse files
adamtheturtleclaude
andcommitted
Update uv to 0.10.4 in Dockerfile
Updates the uv package from 0.1.44 to the latest version 0.10.4 in the Flask server Dockerfile. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 871f484 commit 55a45ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mock_vws/_flask_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN python3 -m venv $VIRTUAL_ENV
1616
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
1717

1818
WORKDIR /app
19-
RUN pip install --no-cache-dir uv==0.1.44 && \
19+
RUN pip install --no-cache-dir uv==0.10.4 && \
2020
uv pip install --no-cache-dir --upgrade --editable .
2121
EXPOSE 5000
2222
ENTRYPOINT ["python"]

0 commit comments

Comments
 (0)