Skip to content

Commit ccbf2e1

Browse files
Merge pull request #28 from qnib/node_update
update node to 11.4.0
2 parents 42dc55b + 92c39c7 commit ccbf2e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.boltdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node AS ui
1+
FROM node:11.4.0 AS ui
22
WORKDIR /go/metahub
33
COPY ./ui/package* ./ui/
44
RUN cd ui && npm install

Dockerfile.dynamodb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node AS ui
1+
FROM node:11.4.0 AS ui
22
WORKDIR /go/metahub
33
COPY ./ui/package* ./ui/
44
RUN cd ui && npm install

0 commit comments

Comments
 (0)