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 633e9d6 commit cd2072cCopy full SHA for cd2072c
Containerfile
@@ -25,7 +25,7 @@ COPY --link files/ara.env /ansible/ara.env
25
COPY --link files/src /src
26
COPY --link patches /patches
27
28
-ADD https://github.com/mitogen-hq/mitogen/archive/refs/tags/v0.3.22.tar.gz /mitogen.tar.gz
+ADD https://github.com/mitogen-hq/mitogen/archive/refs/tags/v0.3.29.tar.gz /mitogen.tar.gz
29
COPY --from=ghcr.io/astral-sh/uv:0.9.2 /uv /usr/local/bin/uv
30
31
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
0 commit comments