From c66be4f21be4f8c4555df742046347c97852dcb6 Mon Sep 17 00:00:00 2001 From: oznu Date: Thu, 11 Jan 2018 17:48:22 +1100 Subject: [PATCH] upgrade homebridge to 0.4.36 --- Dockerfile | 2 +- Dockerfile.raspberry-pi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d9efdf5..fd28380c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus && npm config set package-lock false \ && mkdir /homebridge -ENV HOMEBRIDGE_VERSION=0.4.35 +ENV HOMEBRIDGE_VERSION=0.4.36 RUN npm install -g --unsafe-perm homebridge@$HOMEBRIDGE_VERSION WORKDIR /homebridge diff --git a/Dockerfile.raspberry-pi b/Dockerfile.raspberry-pi index 29087065..a6a917da 100644 --- a/Dockerfile.raspberry-pi +++ b/Dockerfile.raspberry-pi @@ -4,7 +4,7 @@ RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus && npm config set package-lock false \ && mkdir /homebridge -ENV HOMEBRIDGE_VERSION 0.4.35 +ENV HOMEBRIDGE_VERSION 0.4.36 RUN npm install -g --unsafe-perm homebridge@$HOMEBRIDGE_VERSION WORKDIR /homebridge