From 8b4b2aa0d6e8b72daecc45d9b4b2adadbe01da48 Mon Sep 17 00:00:00 2001 From: Ram Subbarao Chalamalasetti Date: Mon, 18 Nov 2024 16:52:51 +0530 Subject: [PATCH] update ubi in mq-container v9.4.0 (#751) * update ubi * Update ubi to latest commit --- Dockerfile-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-server b/Dockerfile-server index ef7522e1..bb85acbd 100644 --- a/Dockerfile-server +++ b/Dockerfile-server @@ -13,7 +13,7 @@ # limitations under the License. ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal -ARG BASE_TAG=9.5-1730489338 +ARG BASE_TAG=9.5-1731604394 ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset ARG BUILDER_TAG=1.22.5-1730550521 ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container