Skip to content

Commit

Permalink
IBM MQ: Bump up the service Docker image (elastic#28050)
Browse files Browse the repository at this point in the history
* IBM MQ: Bump up the service Docker image

* Fix
  • Loading branch information
mtojek authored Sep 22, 2021
1 parent 76fa851 commit 5601a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/metricbeat/module/ibmmq/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '2.3'

services:
ibmmq:
image: docker.elastic.co/integrations-ci/beats-ibmmq:${IBMMQ_VERSION:-9.1.4.0-r1-amd64}-1
image: docker.elastic.co/integrations-ci/beats-ibmmq:${IBMMQ_VERSION:-9.1.5.0-r2-amd64}-1
build:
context: ./_meta
args:
IBMMQ_VERSION: ${IBMMQ_VERSION:-9.1.4.0-r1-amd64}
IBMMQ_VERSION: ${IBMMQ_VERSION:-9.1.5.0-r2-amd64}
ports:
- 9157

0 comments on commit 5601a7a

Please sign in to comment.