Skip to content

Commit

Permalink
chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.10-896
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Jun 1, 2024
1 parent 3957686 commit da02cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN if [[ ${SKIP_TESTS} == "false" ]]; then make test; fi
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.9-1108
FROM registry.access.redhat.com/ubi8-minimal:8.10-896

ENV OPERATOR=/manager \
USER_UID=1001 \
Expand Down

0 comments on commit da02cfe

Please sign in to comment.