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 5d9f168 commit 01bac5fCopy full SHA for 01bac5f
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.22 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.5.24 /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