From 4ea39f74fe072a85388db5ed9bc0ec8dfa33ac71 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 26 Aug 2025 16:43:15 -0600 Subject: [PATCH] Updated the Rust version to 1.89 in the dockerfile to match the crate definition --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eba1c08..356c21f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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