Skip to content

Commit 7c3b140

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.6.0 (#256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eee875d commit 7c3b140

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
@@ -31,7 +31,7 @@ RUN apt-get update \
3131
build-essential gcc git \
3232
&& rm -rf /var/lib/apt/lists/*
3333

34-
COPY --from=ghcr.io/astral-sh/uv:0.5.31 /uv /uvx /bin/
34+
COPY --from=ghcr.io/astral-sh/uv:0.6.0 /uv /uvx /bin/
3535

3636
# From here we shouldn't need anymore a root user
3737
# Switch to nonroot and config uv

0 commit comments

Comments
 (0)