diff --git a/.travis.yml b/.travis.yml index c749cc0..8d86d1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ env: global: - MAIN_BRANCH=v9.3.0.x - TAGCACHE_FILE=tagcache - - RELEASE=r3 + - RELEASE=r4 go_import_path: "github.com/ibm-messaging/mq-container" diff --git a/Dockerfile-server b/Dockerfile-server index 853ff76..a537a81 100644 --- a/Dockerfile-server +++ b/Dockerfile-server @@ -13,7 +13,7 @@ # limitations under the License. ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal -ARG BASE_TAG=8.7-923 +ARG BASE_TAG=8.7-923.1669829893 ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset ARG BUILDER_TAG=1.17.12-11 ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container