From 965b3eb8ea9c16b2698b89709a44cda9a76bf501 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 9 Nov 2024 00:05:22 +0000 Subject: [PATCH] chore: Update from ubi8-minimal:8.10-1052 to ubi8-minimal:8.10-1130 Signed-off-by: Nick Boldt --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index f12f977..7254ae6 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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-1130 ENV OPERATOR=/manager \ USER_UID=1001 \