Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
feat(build): update build to run on Node.js v8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Oct 30, 2017
1 parent ee0bf0b commit e0be109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN set -ex \
done

#ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 6.5.0
ENV NODE_VERSION 8.3.0

RUN yum install -y bzip2 git fontconfig \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
Expand Down

0 comments on commit e0be109

Please sign in to comment.