Zabbix 3.4.11 release

This commit is contained in:
root
2018-06-28 16:33:40 +09:00
parent fca1bf983a
commit 879447e2fb
37 changed files with 53 additions and 53 deletions

View File

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