Skip to content

Commit

Permalink
Merge pull request #32 from Global-Solutions/bump/node-6.11.2
Browse files Browse the repository at this point in the history
Bump/node 6.11.2
  • Loading branch information
masakij authored Aug 2, 2017
2 parents 991b637 + a02586a commit 0eb7128
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev-debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:6.11.0
FROM node:6.11.2
MAINTAINER Global Solutions co., ltd.
LABEL version="1.0.0"
LABEL version="1.1.0"

ENV NODE_USER=node
WORKDIR "/home/${NODE_USER}/app"
Expand Down
4 changes: 2 additions & 2 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gsol/node:6.11.0-flow
FROM gsol/node:6.11.2-flow
MAINTAINER Global Solutions co., ltd.
LABEL version="2.0.0"
LABEL version="2.1.0"

ENV NODE_USER=node
WORKDIR "/home/${NODE_USER}/app"
Expand Down
4 changes: 2 additions & 2 deletions flow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:6.11.0-alpine
FROM node:6.11.2-alpine
MAINTAINER Global Solutions co., ltd.

ENV FLOW_VERSION=0.48.0
ENV FLOW_VERSION=0.51.1

RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
Expand Down

0 comments on commit 0eb7128

Please sign in to comment.