Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #80 from netlify/update-nvm
Browse files Browse the repository at this point in the history
Get latest released version of nvm
  • Loading branch information
brycekahle committed Sep 15, 2017
2 parents 9bb7d1a + 40bd6af commit b588c0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Expand Up @@ -144,7 +144,10 @@ RUN curl -o- -L https://yarnpkg.com/install.sh > /usr/local/bin/yarn-installer.s

# Install node.js
USER buildbot
RUN git clone https://github.com/creationix/nvm.git ~/.nvm
RUN git clone https://github.com/creationix/nvm.git ~/.nvm && \
cd ~/.nvm && \
git checkout v0.33.4 && \
cd /

ENV ELM_VERSION=0.17.1
ENV YARN_VERSION=0.18.1
Expand Down

0 comments on commit b588c0d

Please sign in to comment.