Skip to content

Commit f5fdd10

Browse files
david-r-bellGitHub Enterprise
authored andcommitted
Merge pull request #172 from mq-cloudpak/newubigocat
update ubi go
2 parents 480c3ee + 0857c65 commit f5fdd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
16-
ARG BASE_TAG=8.4-200.1622548483
16+
ARG BASE_TAG=8.4-205
1717
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
1818
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.3.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
1919
###############################################################################
2020
# Build stage to build Go code
2121
###############################################################################
22-
FROM registry.redhat.io/ubi8/go-toolset:1.15.7-11 as builder
22+
FROM registry.redhat.io/ubi8/go-toolset:1.15.13-4 as builder
2323
# The URL to download the MQ installer from in tar.gz format
2424
# This assumes an archive containing the MQ Non-Install packages
2525
ARG MQ_URL

0 commit comments

Comments
 (0)