From e2f8f6d164e80de40ae07fee80cc780296e9785e Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Wed, 30 Sep 2020 17:42:40 +0200 Subject: [PATCH] Switch template to master branch --- wazuh-opendistro/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh-opendistro/Dockerfile b/wazuh-opendistro/Dockerfile index dd76e266..7112e2a1 100644 --- a/wazuh-opendistro/Dockerfile +++ b/wazuh-opendistro/Dockerfile @@ -3,7 +3,7 @@ FROM centos:7 ARG FILEBEAT_VERSION=7.8.0 ARG WAZUH_VERSION=4.0.0-1 -ARG TEMPLATE_VERSION="develop" +ARG TEMPLATE_VERSION="master" ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.2.tar.gz" ENV API_USER="foo" \