We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7bc7d commit dcdb404Copy full SHA for dcdb404
.travis.yml
@@ -16,9 +16,6 @@ dist: focal
16
group: vpc
17
sudo: required
18
19
-go:
20
- - "1.22.9"
21
-
22
services:
23
- docker
24
Dockerfile-server
@@ -15,7 +15,7 @@
15
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
ARG BASE_TAG=9.5-1736404155
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
-ARG BUILDER_TAG=1.22.9-1736729788
+ARG BUILDER_TAG=1.22.9-1737480393
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_ARCHIVE="downloads/9.4.1.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
0 commit comments