Updated the Rust version to 1.89 in the dockerfile to match the crate definition

This commit is contained in:
2025-08-26 16:43:15 -06:00
parent 76fcf5e67f
commit 4ea39f74fe
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.85 AS builder
FROM rust:1.89 AS builder
WORKDIR /usr/src
# Download and compile Rust dependencies in an empty project and cache as a separate Docker layer