Skip to content

Commit

Permalink
metricbeat/ci: update metricbeat version
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Aug 19, 2021
1 parent 704007d commit 3c19149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricbeat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ services:

# Used by base tests
metricbeat:
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-7.12.0}-1
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-7.14.0}-1
build:
context: ./module/beat/_meta
args:
BEAT_VERSION: ${BEAT_VERSION:-7.12.0}
BEAT_VERSION: ${BEAT_VERSION:-7.14.0}
command: '-e'
ports:
- 5066

0 comments on commit 3c19149

Please sign in to comment.