From 6878f30a69f4e12d72eee358f76b525ffd2cd74b Mon Sep 17 00:00:00 2001 From: sinav Date: Sat, 2 Aug 2025 09:22:09 +0300 Subject: [PATCH] bump zabbix-agent to 7.4.1 --- zabbix-agent2/Dockerfile | 2 +- zabbix-agent2/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index b0a0e26..95fd757 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.4 -ARG ZABBIX_VERSION=${MAJOR_VERSION}.0 +ARG ZABBIX_VERSION=${MAJOR_VERSION}.1 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 78e2598..5e0d1f6 100644 --- a/zabbix-agent2/config.yaml +++ b/zabbix-agent2/config.yaml @@ -1,6 +1,6 @@ --- name: zabbix-agent2 -version: '7.4.0' +version: '7.4.1' slug: zabbix-agent2 description: Zabbix agent 2 url: https://gitea.sinav-lab.com/sinav/haos-addons