debugd: update Filebeat Dockerfile to 8.6.2

This commit is contained in:
Nils Hanke 2023-03-13 18:12:56 +01:00 committed by Nils Hanke
parent 1d9d8af92a
commit 05e39d98c8

View File

@ -1,6 +1,6 @@
FROM fedora:37@sha256:a9fed38b343ea8a2722c78d5ad97d691421bf46f20f20076d34dd6948a2a792d AS release
RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.5.0-x86_64.rpm
RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.6.2-x86_64.rpm
COPY debugd/internal/debugd/logcollector/filebeat/filebeat.yml /usr/share/filebeat/filebeat.yml