Skip to content

Commit

Permalink
Bumping up app search image version to 7.6.2 (#19744) (#19749)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jul 8, 2020
1 parent 73b80ea commit 02013c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/metricbeat/module/appsearch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: '2.3'

services:
appsearch:
image: docker.elastic.co/integrations-ci/beats-appsearch:${APPSEARCH_VERSION:-7.5.0}-1
image: docker.elastic.co/integrations-ci/beats-appsearch:${APPSEARCH_VERSION:-7.6.2}-1
build:
context: ./_meta
args:
APPSEARCH_VERSION: ${APPSEARCH_VERSION:-7.5.0}
APPSEARCH_VERSION: ${APPSEARCH_VERSION:-7.6.2}
depends_on:
- elasticsearch
environment:
Expand Down

0 comments on commit 02013c6

Please sign in to comment.