Skip to content

Commit

Permalink
Update ghcr.io/astral-sh/uv Docker tag to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent fd142fc commit cffc11b
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 @@ -17,7 +17,7 @@ WORKDIR /tmp
COPY apt.txt /tmp/apt.txt
RUN xargs apt-get install -y <apt.txt

COPY --from=ghcr.io/astral-sh/uv:0.4.25 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.6.3 /uv /uvx /bin/

RUN useradd -G ubuntu dev
USER dev
Expand Down

0 comments on commit cffc11b

Please sign in to comment.