Skip to content

Commit 26a78c8

Browse files
committed
bump netbox and filebeat to 9.3.0
1 parent 8f0381d commit 26a78c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfiles/filebeat.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/beats/filebeat-oss:9.2.4
1+
FROM docker.elastic.co/beats/filebeat-oss:9.3.0
22

33
# Copyright (c) 2026 Battelle Energy Alliance, LLC. All rights reserved.
44
LABEL maintainer="malcolm@inl.gov"

Dockerfiles/logstash.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN microdnf -y install \
1616
python3 -m pip install --no-cache-dir -r requirements.txt && \
1717
python3 manuf-oui-parse.py -o vendor_macs.yaml
1818

19-
FROM docker.elastic.co/logstash/logstash-oss:9.2.4
19+
FROM docker.elastic.co/logstash/logstash-oss:9.3.0
2020

2121
LABEL maintainer="malcolm@inl.gov"
2222
LABEL org.opencontainers.image.authors='malcolm@inl.gov'

0 commit comments

Comments
 (0)