Bump version.

This commit is contained in:
manuasir
2019-05-09 16:43:49 +02:00
parent eab0541d0a
commit 72725daa75
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Update Elastic Stack version to 6.7.2. ([@manuasir](https://github.com/manuasir)) ([#162](https://github.com/wazuh/wazuh-docker/pull/162))
- Update Elastic Stack version to 6.7.2.
## Wazuh Docker v3.9.0_6.7.1

View File

@@ -1,5 +1,5 @@
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/logstash/logstash:6.7.0
FROM docker.elastic.co/logstash/logstash:6.7.2
COPY --chown=logstash:logstash config/entrypoint.sh /entrypoint.sh

View File

@@ -1,6 +1,6 @@
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
FROM phusion/baseimage:latest
ARG FILEBEAT_VERSION=6.7.0
ARG FILEBEAT_VERSION=6.7.2
ARG WAZUH_VERSION=3.9.0-1
ENV API_USER="foo" \