fix(ci): use alpine image for builds
This commit is contained in:
parent
ec64638159
commit
c5b579b8db
3 changed files with 6 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ branches:
|
|||
|
||||
pipeline:
|
||||
build:
|
||||
image: 'rust:1.70'
|
||||
image: 'rust:1.70-alpine3.18'
|
||||
commands:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue