diff --git a/.travis.yml b/.travis.yml index 39ba277a..841aaa93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ env: global: - MAIN_BRANCH=v9.3.5 - TAGCACHE_FILE=tagcache - - RELEASE=r1 + - RELEASE=r2 go_import_path: "github.com/ibm-messaging/mq-container" diff --git a/Dockerfile-server b/Dockerfile-server index cd74350e..4c39ba25 100644 --- a/Dockerfile-server +++ b/Dockerfile-server @@ -15,7 +15,7 @@ ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal ARG BASE_TAG=8.9-1161 ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset -ARG BUILDER_TAG=1.20.12-5.1712568462 +ARG BUILDER_TAG=1.20.12-5.1713833129 ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container ARG MQ_ARCHIVE="downloads/9.3.5.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"