Skip to content

Commit 69bba16

Browse files
committedJun 15, 2024·
chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.10-896
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent ff72c1c commit 69bba16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN if [[ ${SKIP_TESTS} == "false" ]]; then make test; fi
3939
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go
4040

4141
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
42-
FROM registry.access.redhat.com/ubi8-minimal:8.9-1108
42+
FROM registry.access.redhat.com/ubi8-minimal:8.10-896
4343

4444
ENV OPERATOR=/manager \
4545
USER_UID=1001 \

0 commit comments

Comments
 (0)