Updated trunk version to 5.2

This commit is contained in:
Alexey Pustovalov
2020-08-27 14:07:49 -04:00
parent f6a70ac9d6
commit 99bb977661
34 changed files with 34 additions and 34 deletions

View File

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

View File

@ -62,7 +62,7 @@ RUN set -eux && \
rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && \
rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki
ARG MAJOR_VERSION=5.0
ARG MAJOR_VERSION=5.2
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git

View File

@ -52,7 +52,7 @@ RUN set -eux && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=5.0
ARG MAJOR_VERSION=5.2
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git