Prepare for Zabbix 5.4 release

This commit is contained in:
Alexey Pustovalov
2021-05-17 14:37:01 +05:00
parent bd169b9ec9
commit cbf06bb6de
36 changed files with 72 additions and 72 deletions

View File

@ -51,8 +51,8 @@ RUN set -eux && \
fping && \
rm -rf /var/cache/apk/*
ARG MAJOR_VERSION=5.4
ARG ZBX_VERSION=${MAJOR_VERSION}.0
ARG MAJOR_VERSION=6.0
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \