Zabbix 3.0.17

This commit is contained in:
root
2018-05-10 17:02:20 -07:00
parent e080cc3e0d
commit 5cec9cca9b
37 changed files with 41 additions and 41 deletions

View File

@ -51,7 +51,7 @@ RUN addgroup zabbix && \
rm -rf /var/cache/apk/*
ARG MAJOR_VERSION=3.0
ARG ZBX_VERSION=${MAJOR_VERSION}.16
ARG ZBX_VERSION=${MAJOR_VERSION}.17
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}