Merge pull request #354 from wazuh/feature-rework-bump-s6

Bump S6-overlay version
This commit is contained in:
Manuel J. Bernal
2020-06-18 12:42:33 +02:00
committed by GitHub

View File

@@ -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" && \