diff --git a/Dockerfile b/Dockerfile index 0da80fb02..724dbf004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # NOTE: using registry.redhat.io/rhel8/go-toolset requires login, which complicates automation # NOTE: since updateBaseImages.sh does not support other registries than RHCC, update to RHEL8 # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/devtools/go-toolset-rhel7 -FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.11.13-11 as builder +FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.11.13-11.1571302666 as builder ENV PATH=/opt/rh/go-toolset-1.11/root/usr/bin:$PATH \ GOPATH=/go/ @@ -24,7 +24,7 @@ ADD . /go/src/github.com/eclipse/che-operator RUN cd /go/src/github.com/eclipse/che-operator && export MOCK_API=true && go test -v ./... && OOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o /tmp/che-operator/che-operator /go/src/github.com/eclipse/che-operator/cmd/manager/main.go && cd .. # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.0-213 +FROM registry.access.redhat.com/ubi8-minimal:8.1-279 ENV SUMMARY="Red Hat CodeReady Workspaces Operator container" \ DESCRIPTION="Red Hat CodeReady Workspaces Operator container" \