From 177d0acbfaa3efd4765b6201b7c9e7425530d51d Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 12 Oct 2021 11:55:04 +0200 Subject: [PATCH] Updated build process --- Dockerfiles/build-mysql/windows/Dockerfile.agent2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfiles/build-mysql/windows/Dockerfile.agent2 b/Dockerfiles/build-mysql/windows/Dockerfile.agent2 index 612dc469a..b36150f45 100644 --- a/Dockerfiles/build-mysql/windows/Dockerfile.agent2 +++ b/Dockerfiles/build-mysql/windows/Dockerfile.agent2 @@ -8,8 +8,8 @@ FROM ${BUILD_BASE_IMAGE} as builder SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] -ARG MAJOR_VERSION=6.0 -ARG ZBX_VERSION=${MAJOR_VERSION}.0 +ARG MAJOR_VERSION=5.0 +ARG ZBX_VERSION=${MAJOR_VERSION}.16 ARG ZABBIX_VERSION_RC_NUM=2400 ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git ARG ZBX_COMPONENT=all