Skip to content

Commit

Permalink
Update node 6.x to 6.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-adams committed Aug 18, 2017
1 parent 72bb019 commit 924842d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/js-onbuild/Dockerfile-6.x
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM markadams/chromium-xvfb

WORKDIR /usr/src/app
ENV NODE_VERSION=6.10.1-2
ENV NODE_VERSION=6.11.2-1

RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs=${NODE_VERSION}nodesource1~jessie1 \
Expand Down
2 changes: 1 addition & 1 deletion images/js/Dockerfile-6.x
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM markadams/chromium-xvfb

WORKDIR /usr/src/app
ENV NODE_VERSION=6.10.1-2
ENV NODE_VERSION=6.11.2-1

RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs=${NODE_VERSION}nodesource1~jessie1 \
Expand Down

0 comments on commit 924842d

Please sign in to comment.