Zabbix v3.4.10 release

This commit is contained in:
root
2018-06-05 19:47:27 -07:00
parent 54fa22bbf8
commit 1ded17acb9
71 changed files with 121 additions and 53 deletions

View File

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