mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Merge pull request #16275 from vector-im/jryans/node-14-buster
Move to newer base image for Docker builds
This commit is contained in:
commit
f728189445
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Builder
|
||||
FROM node:12 as builder
|
||||
FROM node:14-buster as builder
|
||||
|
||||
# Support custom branches of the react-sdk and js-sdk. This also helps us build
|
||||
# images of element-web develop.
|
||||
|
|
Loading…
Reference in a new issue