We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0381d commit 26a78c8Copy full SHA for 26a78c8
Dockerfiles/filebeat.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.elastic.co/beats/filebeat-oss:9.2.4
+FROM docker.elastic.co/beats/filebeat-oss:9.3.0
2
3
# Copyright (c) 2026 Battelle Energy Alliance, LLC. All rights reserved.
4
LABEL maintainer="malcolm@inl.gov"
Dockerfiles/logstash.Dockerfile
@@ -16,7 +16,7 @@ RUN microdnf -y install \
16
python3 -m pip install --no-cache-dir -r requirements.txt && \
17
python3 manuf-oui-parse.py -o vendor_macs.yaml
18
19
-FROM docker.elastic.co/logstash/logstash-oss:9.2.4
+FROM docker.elastic.co/logstash/logstash-oss:9.3.0
20
21
22
LABEL org.opencontainers.image.authors='malcolm@inl.gov'
0 commit comments