Skip to content

Commit

Permalink
Update ghcr.io/astral-sh/uv Docker tag to v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent d72e885 commit eb1b896
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
Expand Up @@ -10,7 +10,7 @@ RUN : \
&& rm -rf /var/cache/apt/archives /var/lib/apt/lists/*

# Install UV and Python distributions.
COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5.14 /uv /bin/uv
RUN : \
# Install Pip for all other Python versions.
&& set -x \
Expand Down

0 comments on commit eb1b896

Please sign in to comment.