File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
16- ARG BASE_TAG=8.3-201
16+ ARG BASE_TAG=8.3-230
1717ARG GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container
1818ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.1.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
1919###############################################################################
2020# Build stage to build Go code
2121###############################################################################
22- FROM docker.io/golang:1.14.12 as builder
22+ FROM docker.io/golang:1.14.13 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
2525ARG MQ_URL
You can’t perform that action at this time.
0 commit comments