Zabbix v3.4.8

This commit is contained in:
root
2018-04-06 07:55:10 -07:00
parent c10cc3dcf2
commit 9ca103de4d
33 changed files with 33 additions and 33 deletions

View File

@ -40,7 +40,7 @@ RUN locale-gen $LC_ALL && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=3.4
ARG ZBX_VERSION=${MAJOR_VERSION}.7
ARG ZBX_VERSION=${MAJOR_VERSION}.8
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}