Skip to content

Commit b6af8cd

Browse files
committed
bump ubi8
1 parent 901ee03 commit b6af8cd

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
@@ -20,7 +20,7 @@ COPY Makefile Makefile
2020
RUN make compile
2121

2222
# Create final image from minimal + built binary
23-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
23+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
2424
WORKDIR /
2525
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
2626
USER 65532:65532

0 commit comments

Comments
 (0)