Bump node version used to build frontend

This commit is contained in:
Tulir Asokan 2021-06-11 12:09:14 +03:00
parent dcd2c3b5de
commit ac2f234d4e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:12 AS frontend-builder
FROM node:16 AS frontend-builder
COPY ./maubot/management/frontend /frontend
RUN cd /frontend && yarn --prod && yarn build