Lax Node version (only matches major version 13)

This commit is contained in:
Deluan 2020-04-17 00:21:42 -04:00
parent b8b09820b1
commit d09a2182e0
4 changed files with 4 additions and 4 deletions

View file

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