diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 870a026..b70d670 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -5,7 +5,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG MAJOR_VERSION=7.2 -ARG ZABBIX_VERSION=${MAJOR_VERSION}.7 +ARG ZABBIX_VERSION=${MAJOR_VERSION}.9 ARG ZABBIX_DEB_URL="https://repo.zabbix.com/zabbix/${MAJOR_VERSION}/release/debian/pool/main/z/zabbix-release" ARG ZABBIX_DEB_PKG="zabbix-release_latest_${MAJOR_VERSION}+debian12_all.deb" diff --git a/zabbix-agent2/config.yaml b/zabbix-agent2/config.yaml index ccf5196..a095244 100644 --- a/zabbix-agent2/config.yaml +++ b/zabbix-agent2/config.yaml @@ -1,6 +1,6 @@ --- name: zabbix-agent2 -version: '7.2.7' +version: '7.2.9' slug: zabbix-agent2 description: Zabbix agent 2 url: https://gitea.sinav-lab.com/sinav/haos-addons