Zabbix v7.2.4 release

This commit is contained in:
Continuous Integration
2025-02-25 11:52:49 +02:00
parent 7421f7a9c5
commit 66bfa56bfd
89 changed files with 104 additions and 104 deletions

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG OS_BASE_IMAGE=ubuntu:noble
ARG MAJOR_VERSION=7.2
ARG ZBX_VERSION=${MAJOR_VERSION}.3
ARG ZBX_VERSION=${MAJOR_VERSION}.4
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder