chore: upgrade to NodeJS 13.10

This commit is contained in:
Deluan 2020-03-06 10:57:00 -05:00
parent 77b12eafde
commit 0b131e91c1
5 changed files with 5 additions and 5 deletions

View file

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