diff --git a/Dockerfile b/Dockerfile index 1f8bc2317..b52c7dcc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -tags RUN go build -o check-isa-level ./cmd/check-isa-level && ./check-isa-level ./manager -FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1776645941 +FROM registry.redhat.io/ubi9/ubi-minimal:9.8-1780378819 WORKDIR / COPY --from=builder /workspace/manager . diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 799fd19e1..5a6177229 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1776645941 +FROM registry.redhat.io/ubi9/ubi-minimal:9.8-1780378819 # Core bundle labels. LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 diff --git a/hack/bundle.Dockerfile b/hack/bundle.Dockerfile index 799fd19e1..5a6177229 100644 --- a/hack/bundle.Dockerfile +++ b/hack/bundle.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/ubi-minimal:9.7-1776645941 +FROM registry.redhat.io/ubi9/ubi-minimal:9.8-1780378819 # Core bundle labels. LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1