Zabbix v5.0.15 release

This commit is contained in:
Continuous Integration
2021-08-30 15:55:37 +03:00
parent dc9b69ccd3
commit fd8f683ba0
54 changed files with 62 additions and 62 deletions

View File

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