Skip to content

Commit

Permalink
Fix invalid Kibana version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Sep 20, 2023
1 parent 614a9f6 commit 6daf38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
build:
context: ../../metricbeat/module/kibana/_meta
args:
KIBANA_VERSION: ${KIBANA_VERSION:-8.10}
KIBANA_VERSION: ${KIBANA_VERSION:-8.10.1}
depends_on:
- elasticsearch
ports:
Expand Down

0 comments on commit 6daf38a

Please sign in to comment.