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 8739ec4 commit f8da12fCopy full SHA for f8da12f
containers/operator/Dockerfile
@@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \
29
GOOS=linux GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o main ./${CODEDIR}/main.go
30
31
# Use micro base image to package the binary
32
-FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.0-1762765041
+FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.0-1762851739
33
34
COPY --from=builder /workspace/main /
35
COPY LICENSE /licenses/LICENSE
0 commit comments