chore: upgrade NodeJS to 13.9.0

This commit is contained in:
Deluan 2020-02-26 09:52:25 -05:00
parent 07ac14f810
commit 9044aa8740
4 changed files with 4 additions and 4 deletions

View file

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