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 6a3c822 commit 08a4c10Copy full SHA for 08a4c10
Dockerfile
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
21
# Use ubi-minimal as minimal base image to package the manager binary
22
# For more details and updates, refer to
23
# https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5
24
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298
25
COPY --from=builder /opt/app-root/src/manager /
26
USER 65532:65532
27
0 commit comments