Skip to content

Commit 5482487

Browse files
david-r-bellGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #132 from mq-cloudpak/drb-ubigo
Update UBI and Go builder
2 parents e197854 + bf85802 commit 5482487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-server

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
16-
ARG BASE_TAG=8.3-201
16+
ARG BASE_TAG=8.3-230
1717
ARG GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container
1818
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.1.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
1919
###############################################################################
2020
# Build stage to build Go code
2121
###############################################################################
22-
FROM docker.io/golang:1.14.12 as builder
22+
FROM docker.io/golang:1.14.13 as builder
2323
# The URL to download the MQ installer from in tar.gz format
2424
# This assumes an archive containing the MQ Non-Install packages
2525
ARG MQ_URL

0 commit comments

Comments
 (0)