diff --git a/build/Dockerfile b/build/Dockerfile index 746ecd4..fd6d1bd 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -37,7 +37,7 @@ RUN make test RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 +FROM registry.access.redhat.com/ubi8-minimal:8.9-1029 ENV OPERATOR=/manager \ USER_UID=1001 \