From a7a7a02de80a3190cfb7a8c736a8595c96189f41 Mon Sep 17 00:00:00 2001 From: Duncan-Brain Date: Tue, 28 Oct 2025 11:58:10 -0400 Subject: [PATCH] Update node - dockerfile builds successfully --- node-awscli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-awscli/Dockerfile b/node-awscli/Dockerfile index 8004df9..11876a4 100644 --- a/node-awscli/Dockerfile +++ b/node-awscli/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.17.0 +FROM node:22.21 # zip RUN set -e; \