mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(demo): use 10.15.0 when building demo docker image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:10.14.2-alpine as nodejs-builder
|
||||
FROM node:10.15.0-alpine as nodejs-builder
|
||||
RUN apk add --update make git
|
||||
COPY . /karma
|
||||
RUN make -C /karma ui
|
||||
|
||||
Reference in New Issue
Block a user