Use Alpine Rust image
continuous-integration/drone/push Build encountered an error Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-12-14 17:25:01 +01:00
parent 5cf83e43b3
commit beccc75051
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
// },
{
name: 'Hello Rust!',
image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim',
image: 'rust:1.65-alpine',
commands: [
'cargo check',
'cargo build',