diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index ead1eb9..e102983 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.5" \ + io.hass.version="0.2.6" \ io.hass.type="addon" \ io.hass.arch="amd64" \ No newline at end of file diff --git a/Dockerfile.arm b/Dockerfile.arm index 4854728..a036ef3 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.5" \ + io.hass.version="0.2.6" \ io.hass.type="addon" \ io.hass.arch="armhf" \ No newline at end of file diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 73f2970..81c11f6 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.5" \ + io.hass.version="0.2.6" \ io.hass.type="addon" \ io.hass.arch="aarch64" \ No newline at end of file diff --git a/config.json b/config.json index 9b29506..ac74e9c 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "name": "Zabbix Agent 2", "url": "https://git.asperti.com/paspo/hassio-addons", "image": "docker.asperti.com/paspo/hassio-zabbix-agent2", - "version": "0.2.5", + "version": "0.2.6", "slug": "zabbix-agent2", "description": "Zabbix Agent 2 for hass.io", "startup": "services",