mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Merge pull request #407 from prymitive/node-10.15.1
chore(demo): use nodejs 10.15.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user