Merge pull request #16275 from vector-im/jryans/node-14-buster

Move to newer base image for Docker builds
pull/16292/head
J. Ryan Stinnett 2021-01-25 13:14:51 +00:00 committed by GitHub
commit f728189445
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 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.