diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index e9e7073..ead1eb9 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.4" \ + io.hass.version="0.2.5" \ io.hass.type="addon" \ io.hass.arch="amd64" \ No newline at end of file diff --git a/Dockerfile.arm b/Dockerfile.arm index 9e299cd..4854728 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.4" \ + io.hass.version="0.2.5" \ io.hass.type="addon" \ io.hass.arch="armhf" \ No newline at end of file diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 07bb55f..73f2970 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -11,6 +11,6 @@ RUN \ addgroup zabbix docker LABEL \ - io.hass.version="0.2.4" \ + io.hass.version="0.2.5" \ io.hass.type="addon" \ io.hass.arch="aarch64" \ No newline at end of file diff --git a/config.json b/config.json index ff87fa5..9b29506 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.4", + "version": "0.2.5", "slug": "zabbix-agent2", "description": "Zabbix Agent 2 for hass.io", "startup": "services",