chore: update rust version
parent
5fa892f5a3
commit
fe5c1dc22e
|
@ -0,0 +1,7 @@
|
||||||
|
platform: 'linux/amd64'
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
lint:
|
||||||
|
image: 'rustlang/rust:1.69'
|
||||||
|
commands:
|
||||||
|
- cargo build
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.64-alpine3.16 AS builder
|
FROM rust:1.69-alpine3.16 AS builder
|
||||||
|
|
||||||
ARG DI_VER=1.2.5
|
ARG DI_VER=1.2.5
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue