Zabbix v7.2.2 release

This commit is contained in:
Continuous Integration
2025-01-06 14:31:45 +02:00
parent ac206ffe33
commit 34dcfa3bb8
89 changed files with 105 additions and 105 deletions

View File

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