Revert "Merge branch '3.4' into master"

This reverts commit e3dd845396, reversing
changes made to 461f869a4a.
This commit is contained in:
root
2018-02-17 16:12:34 -08:00
parent e3dd845396
commit 1be4813733
35 changed files with 101 additions and 152 deletions

View File

@ -49,8 +49,8 @@ RUN addgroup zabbix && \
ttf-dejavu && \
rm -rf /var/cache/apk/*
ARG MAJOR_VERSION=3.4
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG MAJOR_VERSION=master
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}