chore: upgrade to Node 13.11

This commit is contained in:
Deluan 2020-03-27 19:23:52 -04:00
parent b03519b09c
commit fc650cd127
4 changed files with 4 additions and 4 deletions

View file

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