mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-21 15:48:17 +08:00
Update dependency node to v22 (#28329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8a743a9f89
commit
7408a83618
@ -1 +1 @@
|
||||
20
|
||||
22
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Builder
|
||||
FROM --platform=$BUILDPLATFORM node:20-bullseye as builder
|
||||
FROM --platform=$BUILDPLATFORM node:22-bullseye as builder
|
||||
|
||||
# Support custom branch of the js-sdk. This also helps us build images of element-web develop.
|
||||
ARG USE_CUSTOM_SDKS=false
|
||||
|
Loading…
Reference in New Issue
Block a user