From aeffdcb27f5d53ee6083cb72d6e0752dbd729192 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 30 May 2024 07:56:12 -0700 Subject: [PATCH] chore: updates node (#2997) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0591fae..9712a89d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build assets -FROM --platform=$BUILDPLATFORM node:21.7.3-alpine as node +FROM --platform=$BUILDPLATFORM node:22.2-alpine as node RUN corepack enable