From b702c678657320a855ebb9d7521a0ba48e2a34c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ruiz=20Ruiz?= Date: Tue, 24 Jul 2018 17:19:04 -0400 Subject: [PATCH] Upgrade Wazuh-manager to 3.4.0 --- README.md | 2 +- docker-compose.yml | 2 +- wazuh/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1324d7a..6563fc1d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In addition, a docker-compose file is provided to launch the containers mentione ## Current release -Containers are currently tested on Wazuh version 3.3.1 and Elastic Stack version 6.3.1. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack. +Containers are currently tested on Wazuh version 3.4.0 and Elastic Stack version 6.3.1. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack. ## Installation notes diff --git a/docker-compose.yml b/docker-compose.yml index 562adb98..55c0d6e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '2' services: wazuh: - image: wazuh/wazuh:3.3.1_6.3.1 + image: wazuh/wazuh:3.4.0_6.3.1 hostname: wazuh-manager restart: always ports: diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index f6e234c6..decafd2f 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -1,7 +1,7 @@ # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) FROM phusion/baseimage:latest ARG FILEBEAT_VERSION=6.3.1 -ARG WAZUH_VERSION=3.3.1-1 +ARG WAZUH_VERSION=3.4.0-1 # Updating image RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"