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.
1 parent 38c44a5 commit 59d16e6Copy full SHA for 59d16e6
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.5.30 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.5.31 /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