Zabbix 3.0.15 release

This commit is contained in:
root
2018-02-26 02:37:43 -08:00
parent cd2a3a0627
commit 17a29083cf
30 changed files with 30 additions and 30 deletions

View File

@ -49,7 +49,7 @@ RUN groupadd --system zabbix && \
rm -rf /var/cache/yum/
ARG MAJOR_VERSION=3.0
ARG ZBX_VERSION=${MAJOR_VERSION}.14
ARG ZBX_VERSION=${MAJOR_VERSION}.15
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}