Upgrade Node to v14

This commit is contained in:
Deluan 2020-05-27 05:35:25 -04:00
parent 9028d301f0
commit 50f3a2c11d
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#####################################################
### Build UI bundles
FROM node:13-alpine AS jsbuilder
FROM node:14-alpine AS jsbuilder
WORKDIR /src
COPY ui/package.json ui/package-lock.json ./
RUN npm ci