debugd: update Logstash Dockerfile to 8.6.1

This commit is contained in:
Nils Hanke 2023-03-13 18:12:28 +01:00 committed by Nils Hanke
parent 2335d429a9
commit 1d9d8af92a

View File

@ -1,6 +1,6 @@
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d AS build
ARG LOGSTASH_VER=8.4.0
ARG LOGSTASH_VER=8.6.1
RUN curl -fsSLO https://artifacts.opensearch.org/logstash/logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz
RUN tar -zxvf logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz