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 fc2cf4b commit c41997eCopy full SHA for c41997e
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.6 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/
21
22
RUN useradd -G ubuntu dev
23
USER dev
0 commit comments