File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY pkg/ pkg/
1515RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -o flowlogs-pipeline cmd/flowlogs-pipeline/main.go
1616
1717# final stage
18- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
18+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
1919
2020COPY --from=builder /app/flowlogs-pipeline /app/
2121
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENV GOEXPERIMENT strictfipsruntime
1717RUN go build -tags strictfipsruntime -ldflags "-X 'main.BuildVersion=$BUILDVERSION' -X 'main.BuildDate=`date +%Y-%m-%d\ %H:%M`'" "./cmd/flowlogs-pipeline"
1818
1919# final stage
20- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
20+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
2121ARG BUILDVERSION
2222ARG BUILDVERSION_Y
2323
You can’t perform that action at this time.
0 commit comments