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 9935b6d commit 3f4805eCopy full SHA for 3f4805e
Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y flatpak ostree libpq5 ca-certificates &
17
18
RUN ln -s /usr/bin/gpg /usr/bin/gpg2
19
20
-ADD https://github.com/openSUSE/catatonit/releases/download/v0.1.7/catatonit.x86_64 /usr/local/bin/catatonit
+ADD https://github.com/openSUSE/catatonit/releases/download/v0.2.1/catatonit.x86_64 /usr/local/bin/catatonit
21
RUN chmod +x /usr/local/bin/catatonit
22
23
COPY --from=builder /src/target/release/flat-manager /usr/local/bin/flat-manager
0 commit comments