From 336f3f64e6734a62ea587baf3c4481d9f2834a44 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Thu, 5 Feb 2026 13:49:18 -0500 Subject: [PATCH] fix: IBM MQC redist file does not exist, pointed to latest version Signed-off-by: Paul Bastide --- e2e/images/ibmmq/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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