chore(deps): update rust docker tag to v1.84
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/lint Pipeline failed Details

renovate/rust-1.x
Renovate Bot 2025-01-10 01:01:09 +00:00
parent 1cca0d46de
commit 718dca30c3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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