Update rust Docker tag to v1.88.0 #29

Open
devops-bot wants to merge 1 commits from renovate/rust-1.x into main
Showing only changes of commit 603ce8fd86 - Show all commits

View File

@ -1,4 +1,4 @@
FROM rust:1.84.1 AS lib_builder
FROM rust:1.88.0 AS lib_builder
WORKDIR /src
COPY rust/ .
RUN cargo build