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

This commit is contained in:
2025-05-16 00:02:07 +00:00
parent 2bfa5161ee
commit b571ed1bd0

View File

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