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/
15
15
RUN CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS" -mod vendor -o flowlogs-pipeline cmd/flowlogs-pipeline/main.go
16
16
17
17
# final stage
18
- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754000177
18
+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754327153
19
19
20
20
COPY --from=builder /app/flowlogs-pipeline /app/
21
21
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV GOEXPERIMENT strictfipsruntime
16
16
RUN go build -tags strictfipsruntime -ldflags "-X 'main.BuildVersion=$BUILDVERSION' -X 'main.BuildDate=`date +%Y-%m-%d\ %H:%M`'" "./cmd/flowlogs-pipeline"
17
17
18
18
# final stage
19
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754000177
19
+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754327153
20
20
ARG BUILDVERSION
21
21
22
22
WORKDIR /
You can’t perform that action at this time.
0 commit comments