Compare commits

..

1 commit

Author SHA1 Message Date
1b8df4cb5d chore(deps): update rust docker tag to v1.88
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
2025-06-26 21:01:47 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ branches:
pipeline: pipeline:
build: build:
image: 'rust:1.87-alpine3.21' image: 'rust:1.88-alpine3.21'
commands: commands:
- apk add build-base - apk add build-base
- cargo build - cargo build

View file

@ -1,4 +1,4 @@
FROM rust:1.87-alpine3.21 AS builder FROM rust:1.88-alpine3.21 AS builder
ARG DI_VER=1.2.5 ARG DI_VER=1.2.5