Skip to content

Commit

Permalink
Merge pull request #115 from kraken-build/renovate/ghcr.io-astral-sh-…
Browse files Browse the repository at this point in the history
…uv-0.x

Update ghcr.io/astral-sh/uv Docker tag to v0.5.20
  • Loading branch information
NiklasRosenstein authored Jan 16, 2025
2 parents 779b527 + c2ab662 commit 2f7cd7e
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.18 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5.20 /uv /bin/uv
RUN : \
# Install Pip for all other Python versions.
&& set -x \
Expand Down

0 comments on commit 2f7cd7e

Please sign in to comment.