Upgrade node to latest

This commit is contained in:
Deluan
2020-01-23 18:31:52 -05:00
parent 9d144ad740
commit 675a76332c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#####################################################
### Build UI bundles
FROM node:12.14-alpine AS jsbuilder
FROM node:13.7-alpine AS jsbuilder
WORKDIR /src
COPY ui/package.json ui/package-lock.json ./
RUN npm ci