diff --git a/Dockerfile b/Dockerfile index 5103813fb..ae8c9d5d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset -FROM registry.access.redhat.com/ubi8/go-toolset:1.15.14-18 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.16.7-5 as builder ENV GOPATH=/go/ ENV RESTIC_TAG=v0.12.0 ARG DEV_WORKSPACE_CONTROLLER_VERSION="v0.9.0"