Skip to content

Commit 2a62088

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.7.5 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cdecf86 commit 2a62088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /tmp
1717
COPY apt.txt /tmp/apt.txt
1818
RUN xargs apt-get install -y <apt.txt
1919

20-
COPY --from=ghcr.io/astral-sh/uv:0.7.3 /uv /uvx /bin/
20+
COPY --from=ghcr.io/astral-sh/uv:0.7.5 /uv /uvx /bin/
2121

2222
RUN useradd -G ubuntu dev
2323
USER dev

0 commit comments

Comments
 (0)