diff --git a/upsmon/Dockerfile b/upsmon/Dockerfile index 686d9e5..718ad55 100644 --- a/upsmon/Dockerfile +++ b/upsmon/Dockerfile @@ -3,7 +3,10 @@ FROM $BUILD_FROM ENV LANG C.UTF-8 -COPY repositories /etc/apk +RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main +http://dl-cdn.alpinelinux.org/alpine/edge/community +http://dl-cdn.alpinelinux.org/alpine/edge/testing +" > /etc/apk/repositories RUN apk add -U jq nut curl RUN mkdir /var/run/nut diff --git a/upsmon/config.json b/upsmon/config.json index c40764b..8ed536b 100644 --- a/upsmon/config.json +++ b/upsmon/config.json @@ -1,7 +1,7 @@ { "name": "Network UPS Tools - netclient", "url": "https://git.asperti.com/paspo/hassio-addons", - "version": "0.1.7", + "version": "0.1.8", "slug": "upsmon", "description": "Connect to a remote NUT server", "startup": "before",