diff --git a/Dockerfile b/Dockerfile
index 822014c1d539931e9a36a353df8b27e86b9f28c3..3c4cbdd160a22284ea0ec08e71892ce9dee4992e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ COPY go.sum go.sum
 RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go
 
 # Create final image from minimal + built binary
-FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
+FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1745855087
 WORKDIR /
 COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
 USER 65532:65532
diff --git a/Dockerfile.downstream b/Dockerfile.downstream
index e364108fdd6f9872a2ca254d46f1e6f10fb1cee4..2d86fdf50a28b05d737fa199127ae79f3df72e77 100644
--- a/Dockerfile.downstream
+++ b/Dockerfile.downstream
@@ -19,7 +19,7 @@ ENV GOEXPERIMENT strictfipsruntime
 RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=${BUILDVERSION}' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go
 
 # Create final image from minimal + built binary
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1745855087
 ARG BUILDVERSION
 
 WORKDIR /