Zabbix v5.0.11 release

This commit is contained in:
Zabbix Packager
2021-04-26 14:15:15 +03:00
parent 15f36ba6af
commit 03cbb370a3
43 changed files with 51 additions and 51 deletions

View File

@ -44,7 +44,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}.10
ARG ZBX_VERSION=${MAJOR_VERSION}.11
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}