fix: correct docker image
parent
fe5c1dc22e
commit
88741d81e6
|
@ -2,6 +2,6 @@ platform: 'linux/amd64'
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
lint:
|
lint:
|
||||||
image: 'rustlang/rust:1.69'
|
image: 'rustlang/rust:1.69-alpine3.16'
|
||||||
commands:
|
commands:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|
Loading…
Reference in New Issue