Zabbix v5.0.4 release

This commit is contained in:
Zabbix Packager
2020-09-28 16:39:25 +03:00
parent 0188fd02fe
commit f717b22acb
42 changed files with 50 additions and 50 deletions

View File

@ -46,7 +46,7 @@ RUN set -eux && \
rm -rf /var/cache/apk/*
ARG MAJOR_VERSION=5.0
ARG ZBX_VERSION=${MAJOR_VERSION}.3
ARG ZBX_VERSION=${MAJOR_VERSION}.4
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}