Skip to content

Commit

Permalink
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 362b79c commit 30c4df9
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.1 /uv /uvx /bin/

RUN useradd -G ubuntu dev
USER dev
Expand Down

0 comments on commit 30c4df9

Please sign in to comment.