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 fbeb739 commit 43e560aCopy full SHA for 43e560a
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.16 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.7.18 /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