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

Bump ubi9.4 (#342)

parent eff4ff17
Branches
Tags v0.5
No related merge requests found
...@@ -28,7 +28,7 @@ COPY .mk/ .mk/ ...@@ -28,7 +28,7 @@ COPY .mk/ .mk/
RUN GOARCH=$TARGETARCH make compile RUN GOARCH=$TARGETARCH make compile
# Create final image from minimal + built binary # Create final image from minimal + built binary
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.3 FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4
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