From bab0a79cc0c7abb37f1e09271ab0dbced2ddbf84 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Oct 2018 15:57:24 +0500 Subject: [PATCH] Zabbix v4.0.0 release --- zabbix-appliance/rhel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-appliance/rhel/Dockerfile b/zabbix-appliance/rhel/Dockerfile index daa54d8fa..c479a6fa6 100644 --- a/zabbix-appliance/rhel/Dockerfile +++ b/zabbix-appliance/rhel/Dockerfile @@ -76,7 +76,7 @@ RUN INSTALL_PKGS="OpenIPMI-libs \ php-mysql \ php-xml \ unixODBC" && \ - rpm -ivh http://repo.zabbix.com/zabbix/${MAJOR_VERSION}/rhel/7/x86_64/zabbix-release-${MAJOR_VERSION}-2.el7.noarch.rpm && \ + rpm -ivh http://repo.zabbix.com/zabbix/${MAJOR_VERSION}/rhel/7/x86_64/zabbix-release-${MAJOR_VERSION}-1.el7.noarch.rpm && \ REPOLIST="rhel-7-server-rpms,rhel-7-server-optional-rpms,zabbix-non-supported,nginx" && \ yum -y update-minimal --disablerepo "*" --enablerepo rhel-7-server-rpms --setopt=tsflags=nodocs \ --security --sec-severity=Important --sec-severity=Critical && \