mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Bump node version used to build frontend
This commit is contained in:
parent
dcd2c3b5de
commit
ac2f234d4e
@ -10,7 +10,7 @@ default:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
|
||||
build frontend:
|
||||
image: node:lts-alpine
|
||||
image: node:16-alpine
|
||||
stage: build frontend
|
||||
before_script: []
|
||||
variables:
|
||||
|
@ -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…
Reference in New Issue
Block a user