Bump node version used to build frontend
This commit is contained in:
parent
dcd2c3b5de
commit
ac2f234d4e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue