Use alpine 3.7 for mqtt (#454)

* Use alpine 3.7 for mqtt

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
Pascal Vizeli
2018-11-08 16:58:31 +01:00
committed by GitHub
parent cd1e88665f
commit 450015413b
3 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 4
- Use Alpine 3.7 because libwebsocket 3.0.0 is broken on Alpine 3.8
## 3
- Use auto setup (discovery) on Home Assistant
- Publish his service to Hass.io

View File

@@ -1,4 +1,10 @@
{
"build_from": {
"amd64": "homeassistant/amd64-base:3.7",
"i386": "homeassistant/i386-base:3.7",
"armhf": "homeassistant/armhf-base:3.7",
"aarch64": "homeassistant/aarch64-base:3.7"
},
"args": {
"MOSQUITTO_AUTH_VERSION": "0.1.3"
}

View File

@@ -1,6 +1,6 @@
{
"name": "Mosquitto broker",
"version": "3",
"version": "4",
"slug": "mosquitto",
"description": "An Open Source MQTT broker",
"url": "https://home-assistant.io/addons/mosquitto/",