There was an error while loading. Please reload this page.
1 parent a1dc386 commit a23f35fCopy full SHA for a23f35f
containers/operator/Dockerfile
@@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \
29
go build -ldflags "${LDFLAGS}" -o main ./${CODEDIR}/main.go
30
31
# Use minimal base image to package the binary
32
-FROM registry.access.redhat.com/ubi10/ubi-minimal:10.1-1763362715
+FROM registry.access.redhat.com/ubi10/ubi-minimal:10.1-1764604111
33
34
COPY --from=builder /workspace/main /
35
COPY LICENSE /licenses/LICENSE
0 commit comments