Zabbix 3.4.2 release

This commit is contained in:
root
2017-10-12 20:33:53 +03:00
parent 3e03235c40
commit a2ab1a9bfd
20 changed files with 20 additions and 20 deletions

View File

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