From 6e7707f6df04cb3c868c26dfe32ea03a140187f5 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 25 Jun 2026 15:41:56 -0600 Subject: [PATCH] build: upgraded MSRV in the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b88401..1d42339 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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