fix: correct docker image
parent
fe5c1dc22e
commit
88741d81e6
|
@ -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…
Reference in New Issue