fix: there are no docker images available for node 13.9

This commit is contained in:
Deluan 2020-02-26 12:00:00 -05:00
parent 9044aa8740
commit 14b33bc34d
1 changed files with 1 additions and 1 deletions

View File

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