Skip to content

Commit

Permalink
Merge pull request #70 from jotak/bump-ubi8
Browse files Browse the repository at this point in the history
bump ubi8
  • Loading branch information
jotak authored Dec 6, 2022
2 parents 901ee03 + b6af8cd commit bfba2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY Makefile Makefile
RUN make compile

# 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 /
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
USER 65532:65532
Expand Down

0 comments on commit bfba2a1

Please sign in to comment.