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 @@ -19,7 +19,7 @@ RUN git status --porcelain
1919RUN GOARCH=$TARGETARCH make build_code
2020
2121# final stage
22- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5
22+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
2323
2424COPY --from=builder /app/flowlogs-pipeline /app/
2525COPY --from=builder /app/confgenerator /app/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN git status --porcelain
2323RUN GOARCH=$TARGETARCH go build -ldflags "-X main.BuildVersion=$BUILDVERSION -X main.BuildDate=$DATE" "./cmd/flowlogs-pipeline"
2424
2525# final stage
26- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5
26+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
2727
2828ARG COMMIT
2929
You can’t perform that action at this time.
0 commit comments