Skip to content

Commit

Permalink
Bump node to v6.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Aug 9, 2017
1 parent 707482f commit 0d4055b
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.11.0/node-v6.11.0-linux-x64.tar.xz && \
https://nodejs.org/dist/v6.11.2/node-v6.11.2-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 @@ -18,7 +18,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.11.0/node-v6.11.0.tar.gz | tar -xz && \
curl -sSL https://nodejs.org/dist/v6.11.2/node-v6.11.2.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 0d4055b

Please sign in to comment.