Skip to content

Commit

Permalink
Update ghcr.io/astral-sh/uv Docker tag to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent c3f119b commit 0f0ce52
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 @@
ARG FROM
FROM ${FROM} AS builder

COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /usr/local/bin/
COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /usr/local/bin/
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \
&& apt-get upgrade \
Expand Down

0 comments on commit 0f0ce52

Please sign in to comment.