diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml new file mode 100644 index 0000000..22ea77e --- /dev/null +++ b/.woodpecker/.build.yml @@ -0,0 +1,7 @@ +platform: 'linux/amd64' + +pipeline: + lint: + image: 'rustlang/rust:1.69' + commands: + - cargo build diff --git a/Dockerfile b/Dockerfile index d56f706..62ecb30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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