Zabbix v4.0.5 release

This commit is contained in:
Zabbix Packager
2019-02-25 16:20:01 +02:00
parent 37a938db81
commit 9ac242d5b9
37 changed files with 54 additions and 54 deletions

View File

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