From 36c75a1f5d9bad968251b66edc674ffddabf31bd Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 23 Oct 2020 12:50:02 +0200 Subject: [PATCH] Update Wazuh repo to release channel --- wazuh-opendistro/Dockerfile | 2 +- wazuh-opendistro/config/wazuh.repo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wazuh-opendistro/Dockerfile b/wazuh-opendistro/Dockerfile index 06f3d99f..613e8e1d 100644 --- a/wazuh-opendistro/Dockerfile +++ b/wazuh-opendistro/Dockerfile @@ -1,7 +1,7 @@ # Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) FROM centos:7 -ARG FILEBEAT_VERSION=7.8.0 +ARG FILEBEAT_VERSION=7.9.1 ARG WAZUH_VERSION=4.0.0-1 ARG TEMPLATE_VERSION="master" ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.2.tar.gz" diff --git a/wazuh-opendistro/config/wazuh.repo b/wazuh-opendistro/config/wazuh.repo index 15e1b822..e230d6a9 100644 --- a/wazuh-opendistro/config/wazuh.repo +++ b/wazuh-opendistro/config/wazuh.repo @@ -3,5 +3,5 @@ gpgcheck=1 gpgkey=https://packages.wazuh.com/key/GPG-KEY-WAZUH enabled=1 name=Wazuh repository -baseurl=https://packages-dev.wazuh.com/pre-release/yum/ +baseurl=https://packages.wazuh.com/4.x/yum/ protect=1