diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 45344ded..c1d7fa89 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -30,7 +30,7 @@ RUN curl -so /etc/filebeat/wazuh-template.json https://raw.githubusercontent.com RUN curl -s https://packages.wazuh.com/3.x/filebeat/${WAZUH_FILEBEAT_MODULE} | tar -xvz -C /usr/share/filebeat/module -ARG S6_VERSION="v1.22.1.0" +ARG S6_VERSION="v2.0.0.1" RUN curl --fail --silent -L https://github.com/just-containers/s6-overlay/releases/download/${S6_VERSION}/s6-overlay-amd64.tar.gz \ -o /tmp/s6-overlay-amd64.tar.gz && \ tar xzf /tmp/s6-overlay-amd64.tar.gz -C / --exclude="./bin" && \