Skip to content

Commit c2f0dde

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.6-1760515502 (#1116)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 7b66b85 commit c2f0dde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY pkg/ pkg/
1515
RUN 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

2020
COPY --from=builder /app/flowlogs-pipeline /app/
2121

contrib/docker/Dockerfile.downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV GOEXPERIMENT strictfipsruntime
1717
RUN 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
2121
ARG BUILDVERSION
2222
ARG BUILDVERSION_Y
2323

0 commit comments

Comments
 (0)