From 5c0391af011fd5cfe45eeae0a96cd36c6261e084 Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:01:52 -0500 Subject: [PATCH] feat: Update Docker to use Rust 1.74 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7659494..1193757 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start with the more complicated docker build image -FROM ghcr.io/johnbcodes/node-rust:current-1.73.0 as base +FROM ghcr.io/johnbcodes/node-rust:current-1.74.0 as base # we need rsync RUN set -eux; \