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 aa65322 commit 760e6c2Copy full SHA for 760e6c2
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.10-1052
+FROM registry.access.redhat.com/ubi8-minimal:8.10-1086
43
44
ENV OPERATOR=/manager \
45
USER_UID=1001 \
0 commit comments