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

@ -56,7 +56,7 @@ RUN addgroup zabbix && \
rm -rf /var/cache/apk/*
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}