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 5a404cc commit 6221c92Copy full SHA for 6221c92
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.8.14 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.8.15 /uv /uvx /bin/
21
22
RUN useradd -G ubuntu dev
23
USER dev
0 commit comments