Skip to content

Commit 177e9b5

Browse files
bhavyahemGitHub Enterprise
authored and
GitHub Enterprise
committed
Re-version to 94010r3 (#883)
* Re-version to 94011r1 * Corrected MQVersion
1 parent 9009f19 commit 177e9b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ env:
2323
global:
2424
- MAIN_BRANCH=v9.4.0
2525
- TAGCACHE_FILE=tagcache
26-
- RELEASE=r2
27-
- BASE_MQ_LOCKED=true
26+
- RELEASE=r3
27+
- BASE_MQ_LOCKED=false
2828

2929
go_import_path: "github.com/ibm-messaging/mq-container"
3030

Dockerfile-server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
16-
ARG BASE_TAG=9.5-1741599792
16+
ARG BASE_TAG=9.5-1742914212
1717
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
18-
ARG BUILDER_TAG=1.22.9-1741020486
18+
ARG BUILDER_TAG=1.22.9-1743582279
1919
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
2020
ARG MQ_ARCHIVE="downloads/9.4.0.10-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121

0 commit comments

Comments
 (0)