Skip to content

Commit

Permalink
Upgrade builder to node v6.10.2 & yarn 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Apr 14, 2017
1 parent fb7d6f9 commit e66ff3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-builder
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN go get -u github.com/golang/lint/golint
RUN go get github.com/jstemmer/go-junit-report

### Install NodeJS and yarn
ENV NODE_VERSION="v6.3.1"
ENV YARN_VERSION="v0.20.3"
ENV NODE_VERSION="v6.10.2"
ENV YARN_VERSION="v0.23.2"

# yarn needs a home writable by any user running the container
ENV HOME /opt/home
Expand Down

0 comments on commit e66ff3b

Please sign in to comment.