Update to v9.1.2

This commit is contained in:
docker-elk-updater[bot]
2025-08-17 00:33:25 +00:00
committed by GitHub
parent 36fe97521d
commit 1772ed67e9
10 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
ARG ELASTIC_VERSION
FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-9.1.1}
FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-9.1.2}

View File

@@ -1,6 +1,6 @@
ARG ELASTIC_VERSION
FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-9.1.1}
FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-9.1.2}
# Ensure the 'state' directory exists and is owned by the 'elastic-agent' user,
# otherwise mounting a named volume in that location creates a directory owned

View File

@@ -1,3 +1,3 @@
ARG ELASTIC_VERSION
FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-9.1.1}
FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-9.1.2}

View File

@@ -1,3 +1,3 @@
ARG ELASTIC_VERSION
FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-9.1.1}
FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-9.1.2}