From 4435ea644076e1e5ae198bfd812440bd4a15ce8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:26:31 +0000 Subject: [PATCH] Update Node.js to v21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fc141aea97..3a50f2c4c05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM --platform=$BUILDPLATFORM node:20-bullseye as builder +FROM --platform=$BUILDPLATFORM node:21-bullseye as builder # Support custom branches of the react-sdk and js-sdk. This also helps us build # images of element-web develop.