fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2024-12-27 04:38:47 +01:00
parent ac07105bf7
commit 764f2a879d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -9,7 +9,7 @@ RUN cargo build --release
FROM archlinux
RUN pacman -Syu --noconfirm
RUN pacman -Syu --noconfirm openssl-1.1
COPY --from=builder /app/target/release/pacco /pacco