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