Bump S6-overlay version

This commit is contained in:
Manuel Gutierrez
2020-06-18 12:34:19 +02:00
parent 618169bffb
commit be81cf9593

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