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 6832267 commit bb59714Copy full SHA for bb59714
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.11 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.8.13 /uv /uvx /bin/
21
22
RUN useradd -G ubuntu dev
23
USER dev
0 commit comments