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 b204c2b commit 664d93fCopy full SHA for 664d93f
Dockerfile
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
34
&& apt-get install -y --no-install-recommends \
35
build-essential gcc git
36
37
-COPY --from=ghcr.io/astral-sh/uv:0.7.6 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.7.7 /uv /uvx /bin/
38
39
# From here we shouldn't need anymore a root user
40
# Switch to nonroot and config uv
0 commit comments