From 9a4c409a0a9f984ba21efea43bda1692a9932faf Mon Sep 17 00:00:00 2001 From: Miguelangel Freitas Date: Wed, 21 Mar 2018 14:08:31 -0500 Subject: [PATCH] Static versions for wazuh-manager and wazuh-api --- wazuh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 495839cf..9f3238a0 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -9,7 +9,7 @@ RUN curl --silent --location https://deb.nodesource.com/setup_6.x | bash - &&\ apt-get install -y nodejs RUN curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | apt-key add - RUN echo "deb https://packages.wazuh.com/3.x/apt/ stable main" | tee -a /etc/apt/sources.list.d/wazuh.list -RUN apt-get update && apt-get -y install wazuh-manager wazuh-api expect +RUN apt-get update && apt-get -y install wazuh-manager=3.2.0-1 wazuh-api=3.2.0-1 expect ADD config/data_dirs.env /data_dirs.env ADD config/init.bash /init.bash