diff --git a/.woodpecker.yml b/.woodpecker.yml index eab2c99..4acebca 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.54.0 commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - cargo clippy @@ -11,7 +11,7 @@ pipeline: when: event: tag tag: v* - image: rust:1.54.0-slim + image: rust:1.54.0 commands: - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential - cargo build --release