From 9829b98cae06cd787e2af507915a1f4b0a4bb8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ruiz=20Ruiz?= Date: Mon, 25 Jun 2018 16:03:38 +0200 Subject: [PATCH] Upgrade Wazuh Manager to 3.3.1 --- README.md | 2 +- wazuh/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2608cbe6..746b5cba 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.0 and Elastic Stack version 6.2.4. 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.3.1 and Elastic Stack version 6.2.4. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack. ## Installation notes diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 6c04b313..0725e156 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.2.4 -ARG WAZUH_VERSION=3.3.0-1 +ARG WAZUH_VERSION=3.3.1-1 # Updating image RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"