Updating UBI and changelog

This commit is contained in:
Simon Hirst
2023-01-09 15:07:51 +00:00
parent ad02f98858
commit fd34ea0a78
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Change log # Change log
## 9.3.0.3-LTS (2023-01)
* Updated to MQ version 9.3.0.3
## 9.3.0.1-LTS (2022-09) ## 9.3.0.1-LTS (2022-09)
* Updated to MQ version 9.3.0.1 * Updated to MQ version 9.3.0.1

View File

@@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
ARG BASE_TAG=8.7-923.1669829893 ARG BASE_TAG=8.7-1031
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
ARG BUILDER_TAG=1.17.12-11 ARG BUILDER_TAG=1.17.12-11
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container