Zabbix v5.0.13 release

This commit is contained in:
Zabbix Packager
2021-06-28 14:00:00 +03:00
parent 90d9905bf0
commit d1f78fb8b4
54 changed files with 62 additions and 62 deletions

View File

@ -57,7 +57,7 @@ RUN set -eux && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=5.0
ARG ZBX_VERSION=${MAJOR_VERSION}.12
ARG ZBX_VERSION=${MAJOR_VERSION}.13
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}