From c863a5403a7f3cab61cce58ca0ab1dc0cc09aa60 Mon Sep 17 00:00:00 2001 From: Tanay Singh Date: Thu, 14 Nov 2024 04:39:05 +0530 Subject: [PATCH] Update ubi-minimal and go-toolset (#743) * Update ubi-minimal and go-toolset * Corrected go version --- .travis.yml | 2 +- Dockerfile-server | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41df61a2..d48b58fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ sudo: required language: go go: - - "1.21.13" + - "1.22.5" services: - docker diff --git a/Dockerfile-server b/Dockerfile-server index c3c60278..ef7522e1 100644 --- a/Dockerfile-server +++ b/Dockerfile-server @@ -13,9 +13,9 @@ # limitations under the License. ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal -ARG BASE_TAG=9.4-1227.1726694542 +ARG BASE_TAG=9.5-1730489338 ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset -ARG BUILDER_TAG=1.21.13-2.1729776560 +ARG BUILDER_TAG=1.22.5-1730550521 ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container ARG MQ_ARCHIVE="downloads/9.4.0.6-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"