Update rust Docker tag to v1.88 #17

Merged
Adrien merged 1 commits from renovate/rust-1.x into develop 2025-06-29 11:46:22 +00:00
Showing only changes of commit 30b118a621 - Show all commits

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 \