Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Upgrade node to 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Oct 3, 2017
1 parent 2f524e6 commit cbb526a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM oznu/s6-alpine

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 8.4.0
ENV NODE_VERSION 8.6.0

RUN addgroup -g 2000 node \
&& adduser -u 2000 -G node -s /bin/sh -D node \
Expand Down Expand Up @@ -46,7 +46,7 @@ RUN addgroup -g 2000 node \
&& rm -Rf "node-v$NODE_VERSION" \
&& rm "node-v$NODE_VERSION.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt

ENV YARN_VERSION 0.27.5
ENV YARN_VERSION 1.1.0

RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM oznu/s6-alpine:armhf

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 8.4.0
ENV NODE_VERSION 8.6.0

RUN addgroup -g 2000 node \
&& adduser -u 2000 -G node -s /bin/sh -D node \
Expand Down Expand Up @@ -46,7 +46,7 @@ RUN addgroup -g 2000 node \
&& rm -Rf "node-v$NODE_VERSION" \
&& rm "node-v$NODE_VERSION.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt

ENV YARN_VERSION 0.27.5
ENV YARN_VERSION 1.1.0

RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \
Expand Down

0 comments on commit cbb526a

Please sign in to comment.