diff --git a/Dockerfile b/Dockerfile index da84f8de6..5f6346eff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # # https://registry.access.redhat.com/ubi8/go-toolset -FROM registry.access.redhat.com/ubi8/go-toolset:1.17.10 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.17.10-4 as builder ENV GOPATH=/go/ ARG DEV_WORKSPACE_CONTROLLER_VERSION="v0.15.2" ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"