Skip to content

Commit

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

* Fix

(cherry picked from commit b204d4d)

Co-authored-by: Marcin Tojek <[email protected]>
  • Loading branch information
mergify[bot] and mtojek authored Sep 29, 2021
1 parent 484f852 commit dbbfdc3
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 dbbfdc3

Please sign in to comment.