From b85551806b2f1cac9830ae3c453d554246a4f0e4 Mon Sep 17 00:00:00 2001 From: Yandrik Date: Wed, 24 Apr 2024 11:49:05 +0200 Subject: [PATCH] fix(cicd): fix image for format step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a405078..1436983 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: - cargo build --verbose --all - cargo test --verbose --all - name: test_fmt - image: rust:1.77.2-slim + image: rustdocker/rustfmt:1.77.2 commands: - cargo fmt -- --check failure: ignore