build: upgraded MSRV in the Dockerfile

This commit is contained in:
2026-06-25 15:41:56 -06:00
parent a26444006b
commit 6e7707f6df
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.89 AS builder
FROM rust:1.95 AS builder
WORKDIR /usr/src
# Download and compile Rust dependencies in an empty project and cache as a separate Docker layer