Updated next major master release to 7.2

This commit is contained in:
Alexey Pustovalov
2024-06-04 15:09:07 +09:00
parent 824c95a32e
commit 189c4efb7d
94 changed files with 97 additions and 97 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# escape=`
ARG MAJOR_VERSION=7.0
ARG MAJOR_VERSION=7.2
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG BUILD_BASE_IMAGE=zabbix-build-base:ltsc2022-agent2-${ZBX_VERSION}
@ -8,7 +8,7 @@ FROM ${BUILD_BASE_IMAGE} as builder
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG MAJOR_VERSION=7.0
ARG MAJOR_VERSION=7.2
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZABBIX_VERSION_RC_NUM=2400
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git