diff --git a/Dockerfile.aro-e2e b/Dockerfile.aro-e2e index b6e29f87f88..6298da4f6b8 100644 --- a/Dockerfile.aro-e2e +++ b/Dockerfile.aro-e2e @@ -1,7 +1,7 @@ # Uses a multi-stage container build to build the RP & E2E components. # ARG REGISTRY -FROM ${REGISTRY}/ubi8/go-toolset:1.18.4 AS builder +FROM ${REGISTRY}/ubi8/go-toolset:1.18.10 AS builder ENV GOOS=linux \ GOPATH=/go/ WORKDIR ${GOPATH}/src/github.com/Azure/ARO-RP diff --git a/Dockerfile.aro-multistage b/Dockerfile.aro-multistage index 3dad435303f..80720d76385 100644 --- a/Dockerfile.aro-multistage +++ b/Dockerfile.aro-multistage @@ -1,7 +1,7 @@ # Uses a multi-stage container build to build the RP. # ARG REGISTRY -FROM ${REGISTRY}/ubi8/go-toolset:1.18.4 AS builder +FROM ${REGISTRY}/ubi8/go-toolset:1.18.10 AS builder ENV GOOS=linux \ GOPATH=/go/ WORKDIR ${GOPATH}/src/github.com/Azure/ARO-RP diff --git a/Dockerfile.ci b/Dockerfile.ci index 5df6827de9b..17b5e1861ae 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.18.4 +FROM registry.access.redhat.com/ubi8/go-toolset:1.18.10 USER root RUN mkdir -p /root/go/src/github.com/Azure/ARO-RP diff --git a/Dockerfile.proxy b/Dockerfile.proxy index 9ad9696d7b2..aef34c33972 100644 --- a/Dockerfile.proxy +++ b/Dockerfile.proxy @@ -1,7 +1,7 @@ # Uses a multi-stage container build to build the proxy # ARG REGISTRY -FROM ${REGISTRY}/ubi8/go-toolset:1.18.4 AS builder +FROM ${REGISTRY}/ubi8/go-toolset:1.18.10 AS builder ENV GOOS=linux \ GOPATH=/go/ WORKDIR ${GOPATH}/src/github.com/Azure/ARO-RP