Zabbix v3.0.20 release

This commit is contained in:
Alexey Pustovalov
2018-08-02 01:00:47 +09:00
parent f0aebebc47
commit c2e3bf2d47
34 changed files with 49 additions and 49 deletions

View File

@ -54,7 +54,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=3.0
ARG ZBX_VERSION=${MAJOR_VERSION}.19
ARG ZBX_VERSION=${MAJOR_VERSION}.20
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}