Merge pull request #429 from wazuh/cloud-0.60

Update to Wazuh 4.0.4

Former-commit-id: c95f0153c9
This commit is contained in:
Franco Giovanolli
2021-01-15 09:22:49 -03:00
committed by GitHub

View File

@@ -3,7 +3,8 @@ FROM waystonesystems/baseimage-centos:0.2.0
# Arguments
ARG FILEBEAT_VERSION=7.9.1
ARG WAZUH_VERSION=4.0.3-1
ARG WAZUH_VERSION=4.0.4-1
# Environment variables
ENV API_USER="foo" \
@@ -121,4 +122,4 @@ ADD https://raw.githubusercontent.com/wazuh/wazuh/$TEMPLATE_VERSION/extensions/e
RUN chmod go-w /etc/filebeat/wazuh-template.json
# Run all services
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]