Skip to content

Commit

Permalink
Merge pull request #486 from mq-cloudpak/ahp-930x-ubi
Browse files Browse the repository at this point in the history
Updated UBI & Go toolset
  • Loading branch information
Alec-Painter authored and GitHub Enterprise committed Jul 10, 2023
2 parents 311f9be + 014222e commit a174bae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo: required
language: go

go:
- "1.19.9"
- "1.19.10"

services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-server
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# limitations under the License.

ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
ARG BASE_TAG=8.8-860
ARG BASE_TAG=8.8-1014
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
ARG BUILDER_TAG=1.19.9-2.1687187497
ARG BUILDER_TAG=1.19.10-3
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.3.0.6-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
###############################################################################
Expand Down

0 comments on commit a174bae

Please sign in to comment.