From 4a50b99b7b8e4314110d8b8a97172b91f6518f77 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 26 Feb 2024 09:04:35 +0000 Subject: [PATCH] update docker images --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index bed4561..efd7e0b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -31,7 +31,7 @@ steps: - cargo fmt --check cargo_machete: - image: docker.io/rustlang/rust:nightly + image: *rust_image commands: - wget https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz - tar -xvf cargo-binstall-x86_64-unknown-linux-musl.tgz @@ -40,7 +40,7 @@ steps: - cargo machete ignored_files: - image: docker.io/alpine:3 + image: docker.io/alpine:latest commands: - apk add git - IGNORED=$(git ls-files --cached -i --exclude-standard) @@ -82,7 +82,7 @@ steps: when: *slow_check_paths integration_test: - image: docker.io/debian-slim:latest + image: docker.io/alpine:latest commands: - ./test.sh