Zabbix 3.0.12 release

This commit is contained in:
root
2017-10-21 17:31:55 +03:00
parent db0db59d0a
commit 0f943d01f5
20 changed files with 20 additions and 20 deletions

View File

@ -37,7 +37,7 @@ RUN DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CO
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=3.0
ARG ZBX_VERSION=${MAJOR_VERSION}.9
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} DB_TYPE=${DB_TYPE}