Updated version for trunk / master

This commit is contained in:
Alexey Pustovalov
2025-07-18 13:41:45 +09:00
parent 6aee772cec
commit 5683dcda4a
95 changed files with 97 additions and 97 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# escape=`
ARG MAJOR_VERSION=7.4
ARG MAJOR_VERSION=8.0
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.4
ARG MAJOR_VERSION=8.0
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZABBIX_VERSION_RC_NUM=2400
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git