File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
16
- ARG BASE_TAG=8.3-201
16
+ ARG BASE_TAG=8.3-230
17
17
ARG GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container
18
18
ARG 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"
19
19
###############################################################################
20
20
# Build stage to build Go code
21
21
###############################################################################
22
- FROM docker.io/golang:1.14.12 as builder
22
+ FROM docker.io/golang:1.14.13 as builder
23
23
# The URL to download the MQ installer from in tar.gz format
24
24
# This assumes an archive containing the MQ Non-Install packages
25
25
ARG MQ_URL
You can’t perform that action at this time.
0 commit comments