From ef0bd359d95cb3b0d9d3f7ba26e625b5ddb4f9bd Mon Sep 17 00:00:00 2001 From: ibmmqmet Date: Fri, 19 Nov 2021 08:28:31 +0000 Subject: [PATCH] Fixup versions in dockerfiles --- Dockerfile | 2 +- samples/runSample.ubi.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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