Zabbix v5.0.1 release

This commit is contained in:
Zabbix Packager
2020-05-28 13:53:43 +03:00
parent 055cf57d90
commit 57103ee422
35 changed files with 36 additions and 36 deletions

View File

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