Upgrade Node to 13.12

This commit is contained in:
Deluan
2020-04-02 19:41:10 -04:00
parent 14f7c5610e
commit 1182218787
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#####################################################
### Build UI bundles
FROM node:13.11-alpine AS jsbuilder
FROM node:13.12-alpine AS jsbuilder
WORKDIR /src
COPY ui/package.json ui/package-lock.json ./
RUN npm ci