We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65c0ddb + a461778 commit 353a671Copy full SHA for 353a671
.travis.yml
@@ -18,7 +18,7 @@ sudo: required
18
language: go
19
20
go:
21
- - "1.15.13"
+ - "1.15.14"
22
23
services:
24
- docker
Dockerfile-server
@@ -15,7 +15,7 @@
15
ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
16
ARG BASE_TAG=8.4-210
17
ARG BUILDER_IMAGE=registry.redhat.io/ubi8/go-toolset
-ARG BUILDER_TAG=1.15.14-10
+ARG BUILDER_TAG=1.15.14-14
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.4.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
###############################################################################
0 commit comments