From 047b94eb43f402fd4ccd58d9fb91a384c1a324c8 Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:48:51 -0500 Subject: [PATCH] feat: Update Docker container to latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84d9500..e4d3af3 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.74.0 as base +FROM ghcr.io/johnbcodes/node-rust:current-1.76.0 as base # we need rsync RUN set -eux; \