Skip to content
Snippets Groups Projects
Unverified Commit bfba2a1c authored by Joel Takvorian's avatar Joel Takvorian Committed by GitHub
Browse files

Merge pull request #70 from jotak/bump-ubi8

bump ubi8
parents 901ee03f b6af8cde
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ COPY Makefile Makefile ...@@ -20,7 +20,7 @@ COPY Makefile Makefile
RUN make compile RUN make compile
# Create final image from minimal + built binary # Create final image from minimal + built binary
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
WORKDIR / WORKDIR /
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent . COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
USER 65532:65532 USER 65532:65532
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment