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 6342b94 commit c935a72Copy full SHA for c935a72
Dockerfile
@@ -17,7 +17,7 @@ WORKDIR /tmp
17
COPY apt.txt /tmp/apt.txt
18
RUN xargs apt-get install -y <apt.txt
19
20
-COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.7.9 /uv /uvx /bin/
21
22
RUN useradd -G ubuntu dev
23
USER dev
0 commit comments