Bugfix check config (#399)

* Bugfix check config

* Update config.json

* Create CHANGELOG.md
This commit is contained in:
Pascal Vizeli
2018-09-06 00:03:33 +02:00
committed by GitHub
parent 193b988174
commit dca2ac51ff
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
# Changelog
## 0.9
- Fix build errors with 0.76

View File

@@ -2,7 +2,9 @@ ARG BUILD_FROM
FROM $BUILD_FROM
# Setup base
RUN apk add --no-cache jq gcc libffi-dev libressl-dev \
RUN apk add --no-cache \
jq gcc \
libffi-dev libressl-dev musl-dev \
&& pip3 install --no-cache --upgrade pip
# Copy data

View File

@@ -1,6 +1,6 @@
{
"name": "Check Home Assistant configuration",
"version": "0.8",
"version": "0.9",
"slug": "check_config",
"description": "Check current Home Assistant configuration against a new version",
"url": "https://home-assistant.io/addons/check_config/",