We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bb828 commit 151a687Copy full SHA for 151a687
build/Dockerfile
@@ -39,7 +39,7 @@ RUN if [[ ${SKIP_TESTS} == "false" ]]; then make test; fi
39
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go
40
41
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
42
-FROM registry.access.redhat.com/ubi8-minimal:8.9-1108
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1018
43
44
ENV OPERATOR=/manager \
45
USER_UID=1001 \
0 commit comments