Skip to content

Commit bfba2a1

Browse files
authored
Merge pull request #70 from jotak/bump-ubi8
bump ubi8
2 parents 901ee03 + b6af8cd commit bfba2a1

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)