From dda3c51372bb502f88af10c7a74c2e32b8f5ebfa Mon Sep 17 00:00:00 2001 From: oznu Date: Wed, 25 Oct 2017 19:32:49 +1100 Subject: [PATCH] Upgraded Node.js to 8.8.0 (#33) --- Dockerfile | 2 +- Dockerfile.raspberry-pi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ac11edc..ce4713f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oznu/s6-node:8.7.0 +FROM oznu/s6-node:8.8.0 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 \ diff --git a/Dockerfile.raspberry-pi b/Dockerfile.raspberry-pi index 0b4221cb..3c6de4d7 100644 --- a/Dockerfile.raspberry-pi +++ b/Dockerfile.raspberry-pi @@ -1,4 +1,4 @@ -FROM oznu/s6-node:8.7.0-armhf +FROM oznu/s6-node:8.8.0-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 \