mirror of
https://github.com/prymitive/karma
synced 2026-08-17 11:27:01 +00:00
chore(deps): update node.js
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:10.15.3-alpine as nodejs-builder
|
||||
FROM node:10.16.0-alpine as nodejs-builder
|
||||
RUN apk add --update make git
|
||||
COPY . /src
|
||||
RUN make -C /src ui
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:10.15.3-alpine as nodejs-builder
|
||||
FROM node:10.16.0-alpine as nodejs-builder
|
||||
RUN apk add --update make git
|
||||
COPY . /src
|
||||
RUN make -C /src ui
|
||||
|
||||
Reference in New Issue
Block a user