Skip to content

Commit cd4974f

Browse files
authored
Bump ubi-9.2 (#130)
1 parent b6e2b87 commit cd4974f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY .mk/ .mk/
2727
RUN GOARCH=$TARGETARCH make compile
2828

2929
# Create final image from minimal + built binary
30-
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.1
30+
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.2
3131
WORKDIR /
3232
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
3333
USER 65532:65532

0 commit comments

Comments
 (0)