Skip to content

Commit

Permalink
Node 6.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Oct 25, 2016
1 parent 3a6c19a commit 13e646a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -y install wget python build-essential && \
cd /tmp && \
wget --progress=dot:mega \
https://nodejs.org/dist/v6.9.0/node-v6.9.0-linux-x64.tar.xz && \
https://nodejs.org/dist/v6.9.1/node-v6.9.1-linux-x64.tar.xz && \
tar -xJf node-v*.tar.xz --strip-components 1 -C /usr/local && \
rm node-v*.tar.xz && \
su stf-build -s /bin/bash -c '/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js install' && \
Expand Down
2 changes: 1 addition & 1 deletion docker/armv7l/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN set -xo pipefail && \
apk update && \
echo '--- Building node' && \
apk add curl make gcc g++ binutils-gold python linux-headers paxctl libgcc libstdc++ && \
curl -sSL https://nodejs.org/dist/v6.9.0/node-v6.9.0.tar.gz | tar -xz && \
curl -sSL https://nodejs.org/dist/v6.9.1/node-v6.9.1.tar.gz | tar -xz && \
cd /node-v* && \
./configure --prefix=/usr && \
make -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && \
Expand Down

0 comments on commit 13e646a

Please sign in to comment.