diff --git a/Dockerfile b/Dockerfile index 0011175..12eb3da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma # Use ubi-minimal as minimal base image to package the manager binary # See https://catalog.redhat.com/software/containers/ubi9-minimal/61832888c0d15aff4912fe0d -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 COPY --from=builder /opt/app-root/src/manager / # Temp fix to address CVE-2023-38545 and CVE-2023-38546