Merge pull request #407 from prymitive/node-10.15.1

chore(demo): use nodejs 10.15.1
This commit is contained in:
Łukasz Mierzwa
2019-01-31 18:28:23 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM node:10.15.0-alpine as nodejs-builder
FROM node:10.15.1-alpine as nodejs-builder
RUN apk add --update make git
COPY . /karma
RUN make -C /karma ui