fix(ci): use alpine image for builds
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/clippy Pipeline failed
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2023-06-03 15:03:41 +02:00
parent ec64638159
commit c5b579b8db
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 6 additions and 4 deletions

View file

@ -10,7 +10,7 @@ branches:
pipeline:
build:
image: 'rust:1.70'
image: 'rust:1.70-alpine3.18'
commands:
- cargo build --verbose
- cargo test --verbose