Zabbix v3.0.18 release

This commit is contained in:
root
2018-06-05 20:07:27 -07:00
parent 612089c69f
commit 87abe58bb3
37 changed files with 54 additions and 54 deletions

View File

@ -55,7 +55,7 @@ RUN addgroup zabbix && \
rm -rf /var/cache/apk/*
ARG MAJOR_VERSION=3.0
ARG ZBX_VERSION=${MAJOR_VERSION}.17
ARG ZBX_VERSION=${MAJOR_VERSION}.18
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}