From 2e228eada471e3b998785163ca3d710e4419f59f Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez Date: Thu, 23 Jan 2020 15:21:31 +0100 Subject: [PATCH] Bump Nodejs to v10 --- wazuh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 92dad7c0..db7cb766 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -17,7 +17,7 @@ COPY config/wazuh.repo /etc/yum.repos.d/wazuh.repo RUN yum --enablerepo=updates clean metadata && \ yum -y install openssl && yum -y install wazuh-manager-${WAZUH_VERSION} -y && \ - curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - && \ + curl --silent --location https://rpm.nodesource.com/setup_10.x | bash - && \ yum -y install nodejs && yum -y install wazuh-api-${WAZUH_VERSION} && \ sed -i "s/^enabled=1/enabled=0/" /etc/yum.repos.d/wazuh.repo && \ yum clean all && rm -rf /var/cache/yum