mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
chore(deps): update node.js to v10.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