Use Alpine Rust image
Some checks reported errors
continuous-integration/drone/push Build encountered an error

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

View File

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