Skip to content

Commit c56ef17

Browse files
Merge pull request #2943 from VWS-Python/adamtheturtle/update-uv-dockerfile
Update uv to 0.10.4 in Dockerfile
2 parents 8e26420 + 55a45ee commit c56ef17

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)