diff --git a/Dockerfile b/Dockerfile index 405720af1..9e061906b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY go.sum go.sum RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go # Create final image from minimal + built binary -FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.7-1763362218 WORKDIR / COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent . USER 65532:65532 diff --git a/Dockerfile.downstream b/Dockerfile.downstream index fe4cd9dea..3ec0ab0fa 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -20,7 +20,7 @@ ENV GOEXPERIMENT strictfipsruntime RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=${BUILDVERSION}' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -a -o bin/netobserv-ebpf-agent cmd/netobserv-ebpf-agent.go # Create final image from minimal + built binary -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1763362218 ARG BUILDVERSION ARG BUILDVERSION_Y