Zabbix v3.4.12 release

This commit is contained in:
Alexey Pustovalov
2018-08-02 01:03:12 +09:00
parent 1290058cd7
commit 05619efed8
34 changed files with 49 additions and 49 deletions

View File

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