diff --git a/e2e/images/ibmmq/Dockerfile b/e2e/images/ibmmq/Dockerfile index 0e506c5..c66fa89 100644 --- a/e2e/images/ibmmq/Dockerfile +++ b/e2e/images/ibmmq/Dockerfile @@ -6,7 +6,7 @@ RUN mkdir -p /opt/mqm \ # Location of the downloadable MQ client package \ ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \ RDTAR="IBM-MQC-Redist-LinuxX64.tar.gz" \ - VRMF=9.2.0.0 + VRMF=9.4.5.0 # Install the MQ client from the Redistributable package. This also contains the # header files we need to compile against. Setup the subset of the package # we are going to keep - the genmqpkg.sh script removes unneeded parts