chore: update rust version
This commit is contained in:
parent
5fa892f5a3
commit
fe5c1dc22e
2 changed files with 8 additions and 1 deletions
7
.woodpecker/.build.yml
Normal file
7
.woodpecker/.build.yml
Normal file
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue