From cd4974f4cca5c508e42be0f091f7053fdbe86969 Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Thu, 1 Jun 2023 15:22:29 +0200 Subject: [PATCH] Bump ubi-9.2 (#130) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c38c5388..a9b20c7ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY .mk/ .mk/ RUN GOARCH=$TARGETARCH make compile # Create final image from minimal + built binary -FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.1 +FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.2 WORKDIR / COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent . USER 65532:65532