diff --git a/vhclient/Dockerfile b/vhclient/Dockerfile index 7112492..d4bc827 100644 --- a/vhclient/Dockerfile +++ b/vhclient/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.5.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.4 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 74ad70f..b7e120e 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.44" +version: "0.1.46" slug: vhclient2 description: VirtualHere Client arch: diff --git a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run index 4791925..eb31c2a 100755 --- a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run +++ b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run @@ -5,4 +5,4 @@ if bashio::config.has_value 'clientid'; then fi #TEST -bashio::config 'devices' 'john_doe' +bashio::addon.option 'devices' 'john_doe'