Update Node.js to v20 (#25258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/25276/head
renovate[bot] 2023-05-03 12:11:57 +00:00 committed by GitHub
parent 87a2060282
commit 2bcfb257ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Builder
FROM --platform=$BUILDPLATFORM node:16-bullseye as builder
FROM --platform=$BUILDPLATFORM node:20-bullseye as builder
# Support custom branches of the react-sdk and js-sdk. This also helps us build
# images of element-web develop.