version bump
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2023-07-26 09:15:48 +02:00
parent c37da6b538
commit e0737632f8
Signed by: paspo
GPG Key ID: 06D46905D19D5182
4 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,6 @@ COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
LABEL \
io.hass.version="0.2.3" \
io.hass.version="0.2.4" \
io.hass.type="addon" \
io.hass.arch="amd64"

View File

@ -8,6 +8,6 @@ COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
LABEL \
io.hass.version="0.2.3" \
io.hass.version="0.2.4" \
io.hass.type="addon" \
io.hass.arch="armhf"

View File

@ -8,6 +8,6 @@ COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
LABEL \
io.hass.version="0.2.3" \
io.hass.version="0.2.4" \
io.hass.type="addon" \
io.hass.arch="aarch64"

View File

@ -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.3",
"version": "0.2.4",
"slug": "zabbix-agent2",
"description": "Zabbix Agent 2 for hass.io",
"startup": "services",