Skip to content

Commit

Permalink
chore: Update from ubi8-minimal:8.10-1052 to ubi8-minimal:8.10-1086
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Oct 5, 2024
1 parent 5a10946 commit 4dec336
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.10-1052
FROM registry.access.redhat.com/ubi8-minimal:8.10-1086

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

0 comments on commit 4dec336

Please sign in to comment.