Zabbix v5.0.6 release

This commit is contained in:
Zabbix Packager
2020-11-30 15:39:33 +02:00
parent 77c7183c17
commit 3bb755bb9e
42 changed files with 50 additions and 50 deletions

View File

@ -41,7 +41,7 @@ RUN set -eux && \
rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki
ARG MAJOR_VERSION=5.0
ARG ZBX_VERSION=${MAJOR_VERSION}.5
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}