⬆️ Upgrades Hassio CLI to 2.3.0

This commit is contained in:
Franck Nijhof 2019-08-10 15:16:47 +02:00
parent 8c20f8739c
commit 5c2929b005
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -93,7 +93,7 @@ RUN \
&& chmod a+x /usr/local/bin/code-server \
\
&& curl -L -s -o /usr/bin/hassio \
"https://github.com/home-assistant/hassio-cli/releases/download/2.2.0/hassio_${BUILD_ARCH}" \
"https://github.com/home-assistant/hassio-cli/releases/download/2.3.0/hassio_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/hassio \
\
&& git clone --branch master --single-branch --depth 1 \