diff --git a/Dockerfile b/Dockerfile index e505932..be7ab98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \ # 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.3.0 + VRMF=9.2.4.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 diff --git a/samples/runSample.ubi.Dockerfile b/samples/runSample.ubi.Dockerfile index f4e1303..3700319 100644 --- a/samples/runSample.ubi.Dockerfile +++ b/samples/runSample.ubi.Dockerfile @@ -52,7 +52,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \ # 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.3.0 + VRMF=9.2.4.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