diff --git a/.woodpecker.yml b/.woodpecker.yml index 8bef120..ebb1ab0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ platform: linux/arm64 pipeline: clippy: - image: rust:1.54.0-slim + image: rust:1.56.1-slim commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential #- rustup component add clippy @@ -13,7 +13,7 @@ pipeline: when: event: tag tag: v* - image: rust:1.54.0-slim + image: rust:1.56.1-slim commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - cargo build --release