Zabbix v7.2.1 release

This commit is contained in:
Continuous Integration
2024-12-20 18:44:09 +02:00
parent c28013f40f
commit b7d9d1156d
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}.0
ARG ZBX_VERSION=${MAJOR_VERSION}.1
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder