We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1e5fb commit d5dca22Copy full SHA for d5dca22
Dockerfile
@@ -42,7 +42,7 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -ldflags="-s -w" -a -o mana
42
43
# Use distroless as minimal base image to package the manager binary
44
# Refer to https://github.com/GoogleContainerTools/distroless for more details
45
-FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi-minimal
+FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi9-minimal
46
47
ARG USER_ID=65532
48
ARG GROUP_ID=65532
0 commit comments