mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #193 from prymitive/nodejs-10.13.0
build(deps): bump nodejs to 10.13.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:8.12.0-alpine as nodejs-builder
|
||||
FROM node:10.13.0-alpine as nodejs-builder
|
||||
RUN apk add --update make git
|
||||
COPY . /karma
|
||||
RUN make -C /karma ui
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:8.12.0-alpine as nodejs-builder
|
||||
FROM node:10.13.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