diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index ef69c8ad..31c987cf 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]