Skip to content

Commit d5dca22

Browse files
authored
Change Operator base image to UBI 9 minimal
1 parent 5c1e5fb commit d5dca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -ldflags="-s -w" -a -o mana
4242

4343
# Use distroless as minimal base image to package the manager binary
4444
# Refer to https://github.com/GoogleContainerTools/distroless for more details
45-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi-minimal
45+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi9-minimal
4646

4747
ARG USER_ID=65532
4848
ARG GROUP_ID=65532

0 commit comments

Comments
 (0)