mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-01 12:33:44 +00:00
Merge pull request #354 from wazuh/feature-rework-bump-s6
Bump S6-overlay version
This commit is contained in:
@@ -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" && \
|
||||
|
||||
Reference in New Issue
Block a user