File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ services:
2626
2727go_import_path : " github.com/ibm-messaging/mq-container"
2828
29- cache :
30- directories :
31- - downloads
29+ # cache:
30+ # directories:
31+ # - downloads
3232
3333env :
3434 global :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG BASE_TAG=8.2-301.1593113563
1717###############################################################################
1818# Build stage to build Go code
1919###############################################################################
20- FROM registry.redhat.io/ubi8/go-toolset:1.13.4-15 as builder
20+ FROM registry.redhat.io/ubi8/go-toolset:1.13.4-22 as builder
2121# FROM docker.io/centos/go-toolset-7-centos7 as builder
2222# The URL to download the MQ installer from in tar.gz format
2323# This assumes an archive containing the MQ RPM install packages
You can’t perform that action at this time.
0 commit comments