Skip to content

Commit 1da5b6e

Browse files
committed
chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.10-1052
Signed-off-by: Nick Boldt <[email protected]>
1 parent 36928f7 commit 1da5b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
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-1052
4343

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

0 commit comments

Comments
 (0)