Zabbix v5.0.5 release

This commit is contained in:
Zabbix Packager
2020-10-26 16:08:50 +02:00
parent de130ad9ca
commit 0348189de2
42 changed files with 50 additions and 50 deletions

View File

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