Skip to content

Commit

Permalink
Bump ubi9.4 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored May 28, 2024
1 parent eff4ff1 commit 374891a
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 @@ -28,7 +28,7 @@ COPY .mk/ .mk/
RUN GOARCH=$TARGETARCH make compile

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

0 comments on commit 374891a

Please sign in to comment.