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

@ -29,8 +29,8 @@ RUN set -eux && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/*
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}