chore: update rust version
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Jef Roosens 2023-04-29 15:47:39 +02:00
parent 5fa892f5a3
commit fe5c1dc22e
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 8 additions and 1 deletions

7
.woodpecker/.build.yml Normal file
View file

@ -0,0 +1,7 @@
platform: 'linux/amd64'
pipeline:
lint:
image: 'rustlang/rust:1.69'
commands:
- cargo build

View file

@ -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