Zabbix 3.2.2 release

This commit is contained in:
dotneft
2016-12-01 04:54:30 -08:00
parent 94c53a1dbe
commit 1ced9ed6d9
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.2
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}