Zabbix v5.0.14 release

This commit is contained in:
Zabbix Packager
2021-07-19 12:34:36 +03:00
parent d1f78fb8b4
commit 5eddd77865
54 changed files with 62 additions and 62 deletions

View File

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