Skip to content

Commit

Permalink
Merge pull request #113 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.14
  • Loading branch information
NiklasRosenstein authored Jan 5, 2025
2 parents cfa6b57 + eb1b896 commit 909cf9a
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 909cf9a

Please sign in to comment.