diff --git a/.woodpecker.yml b/.woodpecker.yml index 104a69e..61187c2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,13 @@ pipeline: tests: - image: rust:1.63 + image: rust:1.75 commands: - "apt update" - "apt install -y lsof" - "cargo test" build_release: - image: rust:1.63 + image: rust:1.75 commands: - "cargo install cargo-deb cargo-generate-rpm" - "cargo build --release"