Updated go-toolset version

This commit is contained in:
Luke Powlett
2020-07-16 09:07:39 +01:00
committed by Luke J Powlett
parent dc4675b99a
commit 7dee4c82aa
2 changed files with 4 additions and 4 deletions

View File

@@ -26,9 +26,9 @@ services:
go_import_path: "github.com/ibm-messaging/mq-container" go_import_path: "github.com/ibm-messaging/mq-container"
cache: # cache:
directories: # directories:
- downloads # - downloads
env: env:
global: global:

View File

@@ -17,7 +17,7 @@ ARG BASE_TAG=8.2-301.1593113563
############################################################################### ###############################################################################
# Build stage to build Go code # Build stage to build Go code
############################################################################### ###############################################################################
FROM registry.redhat.io/ubi8/go-toolset:1.13.4-15 as builder FROM registry.redhat.io/ubi8/go-toolset:1.13.4-22 as builder
# FROM docker.io/centos/go-toolset-7-centos7 as builder # FROM docker.io/centos/go-toolset-7-centos7 as builder
# The URL to download the MQ installer from in tar.gz format # The URL to download the MQ installer from in tar.gz format
# This assumes an archive containing the MQ RPM install packages # This assumes an archive containing the MQ RPM install packages