Skip to content

Commit

Permalink
bump beats and logstash to v8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 17, 2024
1 parent b6a3511 commit 7d54b0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/filebeat.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/beats/filebeat-oss:8.11.4
FROM docker.elastic.co/beats/filebeat-oss:8.12.0

# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="malcolm@inl.gov"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/logstash.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/logstash/logstash-oss:8.11.4
FROM docker.elastic.co/logstash/logstash-oss:8.12.0

LABEL maintainer="malcolm@inl.gov"
LABEL org.opencontainers.image.authors='malcolm@inl.gov'
Expand Down
2 changes: 1 addition & 1 deletion sensor-iso/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IMAGE_PUBLISHER=idaholab
IMAGE_VERSION=1.0.0
IMAGE_DISTRIBUTION=bookworm

BEATS_VER="8.11.4"
BEATS_VER="8.12.0"
BEATS_OSS="-oss"

BUILD_ERROR_CODE=1
Expand Down

0 comments on commit 7d54b0d

Please sign in to comment.