Skip to content

Commit

Permalink
Update Yarn to 1.0.2 for Node 8.5 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored and SimenB committed Sep 14, 2017
1 parent 59ac03f commit b1d4ff5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 8.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt \
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs

ENV YARN_VERSION 1.0.1
ENV YARN_VERSION 1.0.2

RUN set -ex \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion 8.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN addgroup -g 1000 node \
&& rm -Rf "node-v$NODE_VERSION" \
&& rm "node-v$NODE_VERSION.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt

ENV YARN_VERSION 1.0.1
ENV YARN_VERSION 1.0.2

RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion 8.5/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN buildDeps='xz-utils' \
&& apt-get purge -y --auto-remove $buildDeps \
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs

ENV YARN_VERSION 1.0.1
ENV YARN_VERSION 1.0.2

RUN set -ex \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion 8.5/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt \
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs

ENV YARN_VERSION 1.0.1
ENV YARN_VERSION 1.0.2

RUN set -ex \
&& for key in \
Expand Down
2 changes: 1 addition & 1 deletion 8.5/wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt \
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs

ENV YARN_VERSION 1.0.1
ENV YARN_VERSION 1.0.2

RUN set -ex \
&& for key in \
Expand Down

0 comments on commit b1d4ff5

Please sign in to comment.