diff --git a/Dockerfile b/Dockerfile index 4889f160e..f7e727b0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,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.8-1781496742 +FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782366411 WORKDIR / COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent . USER 65532:65532 diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 2f1eadef0..517af7641 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.8-1781496742 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782366411 ARG BUILDVERSION ARG BUILDVERSION_Y