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.
1 parent 1ccf935 commit f442900Copy full SHA for f442900
.travis.yml
@@ -18,7 +18,7 @@ sudo: required
18
language: go
19
20
go:
21
- - "1.21.13"
+ - "1.22.5"
22
23
services:
24
- docker
Dockerfile-server
@@ -13,9 +13,9 @@
13
# limitations under the License.
14
15
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
16
-ARG BASE_TAG=9.4-1227.1726694542
+ARG BASE_TAG=9.5-1730489338
17
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
-ARG BUILDER_TAG=1.21.13-2.1729776560
+ARG BUILDER_TAG=1.22.5-1730550521
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_ARCHIVE="downloads/9.4.1.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
0 commit comments