Update rust Docker tag to v1.88
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful

This commit is contained in:
2025-06-27 00:01:39 +00:00
parent c101fba07c
commit 30b118a621

View File

@@ -1,4 +1,4 @@
FROM rust:1.86 AS builder
FROM rust:1.88 AS builder
RUN apt update \
&& apt install -y --no-install-recommends libclang-dev hunspell \