Skip to content

Commit

Permalink
Upgraded Node.js to 8.9.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu authored Nov 17, 2017
1 parent e9fb320 commit 1bf0af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oznu/s6-node:8.9.0
FROM oznu/s6-node:8.9.1

RUN apk add --no-cache git python make g++ libffi-dev openssl-dev avahi-compat-libdns_sd avahi-dev openrc dbus \
&& yarn global add node-gyp \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oznu/s6-node:8.9.0-armhf
FROM oznu/s6-node:8.9.1-armhf

RUN apk add --no-cache git python make g++ libffi-dev openssl-dev avahi-compat-libdns_sd avahi-dev openrc dbus \
&& yarn global add node-gyp \
Expand Down

0 comments on commit 1bf0af3

Please sign in to comment.