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 1ca112b + 36f9c6a commit 35f16f9Copy full SHA for 35f16f9
.travis.yml
@@ -18,7 +18,7 @@ sudo: required
18
language: go
19
20
go:
21
- - "1.19.13"
+ - "1.20.10"
22
23
services:
24
- docker
Dockerfile-server
@@ -15,7 +15,7 @@
15
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
16
ARG BASE_TAG=8.9-1029
17
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
-ARG BUILDER_TAG=1.19.13-2.1698062273
+ARG BUILDER_TAG=1.20.10-3
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_ARCHIVE="downloads/9.3.3.2-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
0 commit comments