Zabbix v5.0.7 release

This commit is contained in:
Zabbix Packager
2020-12-21 14:27:51 +02:00
parent 801beafe69
commit db15e3eb81
42 changed files with 50 additions and 50 deletions

View File

@ -53,7 +53,7 @@ RUN set -eux && \
rm -rf /var/cache/apk/*
ARG MAJOR_VERSION=5.0
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG ZBX_VERSION=${MAJOR_VERSION}.7
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}