Prepare for Zabbix 7.2 release

This commit is contained in:
Alexey Pustovalov
2024-12-11 15:32:20 +09:00
parent 392c8520e4
commit 18a8998fc0
89 changed files with 90 additions and 90 deletions

View File

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