diff --git a/Dockerfile-server b/Dockerfile-server index 59175b2..2f1396b 100644 --- a/Dockerfile-server +++ b/Dockerfile-server @@ -13,11 +13,11 @@ # limitations under the License. ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal -ARG BASE_TAG=8.1-407 +ARG BASE_TAG=8.2-267 ############################################################################### # Build stage to build Go code ############################################################################### -FROM registry.redhat.io/ubi8/go-toolset:1.12.8-32 as builder +FROM registry.redhat.io/ubi8/go-toolset:1.13.4-15 as builder # FROM docker.io/centos/go-toolset-7-centos7 as builder # The URL to download the MQ installer from in tar.gz format # This assumes an archive containing the MQ RPM install packages