Skip to content

Commit

Permalink
Update dependency uv to v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 71de785 commit f930c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12

# renovate: datasource=github-releases depName=uv packageName=astral-sh/uv
ENV UV_VERSION="0.5.5"
ENV UV_VERSION="0.5.13"
RUN pip install uv==$UV_VERSION

# Change the working directory to the `app` directory
Expand Down

0 comments on commit f930c74

Please sign in to comment.