We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a3ac71 + 418f132 commit 9cbbdafCopy full SHA for 9cbbdaf
Dockerfile
@@ -31,7 +31,7 @@ RUN apt-get update \
31
build-essential gcc git \
32
&& rm -rf /var/lib/apt/lists/*
33
34
-COPY --from=ghcr.io/astral-sh/uv:0.6.0 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.6.1 /uv /uvx /bin/
35
36
# From here we shouldn't need anymore a root user
37
# Switch to nonroot and config uv
0 commit comments