diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index cb2517e..5f86db6 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -4,7 +4,7 @@ branches: pipeline: build: - image: 'rust:1.83-alpine3.21' + image: 'rust:1.84-alpine3.21' commands: - apk add build-base - cargo build diff --git a/Dockerfile b/Dockerfile index 9b64364..ebce841 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.83-alpine3.21 AS builder +FROM rust:1.84-alpine3.21 AS builder ARG DI_VER=1.2.5