Skip to content

Commit 52b7824

Browse files
JEFFLUFCGitHub Enterprise
authored andcommitted
Update release and ubi/go versions (#239)
* Update release, ubi, and go version
1 parent c4ce0b1 commit 52b7824

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
- MAIN_BRANCH=v9.2.5
2929
- MQ_LTS_VERSION=9.2.0.5
3030
- TAGCACHE_FILE=tagcache
31-
- RELEASE=r2
31+
- RELEASE=r3
3232
- RELEASE_LTS=r1
3333

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

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.redhat.io/ubi8/ubi-minimal
16-
ARG BASE_TAG=8.5-240.1648458092
16+
ARG BASE_TAG=8.5-243.1651231653
1717
ARG BUILDER_IMAGE=registry.redhat.io/ubi8/go-toolset
18-
ARG BUILDER_TAG=1.16.12-7
18+
ARG BUILDER_TAG=1.16.12-10
1919
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
2020
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.5.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121
###############################################################################

0 commit comments

Comments
 (0)