Zabbix v5.0.15 release

This commit is contained in:
Continuous Integration
2021-08-30 15:55:37 +03:00
parent dc9b69ccd3
commit fd8f683ba0
54 changed files with 62 additions and 62 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=14
ARG ZBX_VERSION=${MAJOR_VERSION}.14
ARG RELEASE=15
ARG ZBX_VERSION=${MAJOR_VERSION}.15
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}