Zabbix v5.0.12 release

This commit is contained in:
Zabbix Packager
2021-05-24 14:34:43 +03:00
parent 8840463dfb
commit aff5346c8e
43 changed files with 51 additions and 51 deletions

View File

@@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER Alexey Pustovalov <alexey.pustovalov@zabbix.com>
ARG MAJOR_VERSION=5.0
ARG RELEASE=11
ARG ZBX_VERSION=${MAJOR_VERSION}.11
ARG RELEASE=12
ARG ZBX_VERSION=${MAJOR_VERSION}.12
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}