Skip to content

Commit 374891a

Browse files
authored
Bump ubi9.4 (#342)
1 parent eff4ff1 commit 374891a

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
@@ -28,7 +28,7 @@ COPY .mk/ .mk/
2828
RUN GOARCH=$TARGETARCH make compile
2929

3030
# Create final image from minimal + built binary
31-
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.3
31+
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.4
3232
WORKDIR /
3333
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
3434
USER 65532:65532

0 commit comments

Comments
 (0)