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; \