Zabbix 3.0.19 release

This commit is contained in:
root
2018-06-28 16:32:44 +09:00
parent d2aaf83fa1
commit 9f69d3b223
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.0
ARG ZBX_VERSION=${MAJOR_VERSION}.18
ARG ZBX_VERSION=${MAJOR_VERSION}.19
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}