From 6f762ff04dc0e0ddcead9d875c58ed949d64bb25 Mon Sep 17 00:00:00 2001 From: Franco Giovanolli Date: Wed, 6 Dec 2023 11:45:17 -0300 Subject: [PATCH] Adapt Cloud to Wazuh 4.7.1 --- wazuh/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 60b1042f..a65f6ea4 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -3,7 +3,7 @@ FROM waystonesystems/baseimage-centos:0.2.0 # Arguments ARG FILEBEAT_VERSION=7.10.2 -ARG WAZUH_VERSION=4.6.0-0.debug +ARG WAZUH_VERSION=4.7.0-0.debug # Environment variables ENV API_USER="foo" \ @@ -19,7 +19,7 @@ RUN set -x && \ # Retrieve DEV package #curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages-dev.wazuh.com/pre-release/yum/wazuh-manager-$WAZUH_VERSION.x86_64.rpm && \ # Retrieve PROD package - curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages.wazuh.com/cloud/4.6.x/rpm/wazuh-manager-$WAZUH_VERSION.x86_64.rpm && \ + curl -o /tmp/wazuh-manager-$WAZUH_VERSION.x86_64.rpm https://packages.wazuh.com/cloud/4.7.x/rpm/wazuh-manager-$WAZUH_VERSION.x86_64.rpm && \ yum update -y && \ yum upgrade -y &&\ yum install -y openssl vim expect python-boto python-pip python-cryptography postfix bsd-mailx mailx ca-certificates && \ @@ -112,3 +112,4 @@ EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp 1516/tcp # Run all services ENTRYPOINT ["/entrypoint.sh"] +