fix: correct docker image
This commit is contained in:
parent
fe5c1dc22e
commit
88741d81e6
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ platform: 'linux/amd64'
|
|||
|
||||
pipeline:
|
||||
lint:
|
||||
image: 'rustlang/rust:1.69'
|
||||
image: 'rustlang/rust:1.69-alpine3.16'
|
||||
commands:
|
||||
- cargo build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue