Skip to content

Commit 444247a

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1731604394
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 9592b66 commit 444247a

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 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.4
18+
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394
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
@@ -22,7 +22,7 @@ RUN git status --porcelain
2222
RUN GOARCH=$TARGETARCH go build -ldflags "-X main.BuildVersion=$BUILDVERSION -X main.BuildDate=$DATE" "./cmd/flowlogs-pipeline"
2323

2424
# final stage
25-
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5
25+
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394
2626

2727
ARG COMMIT
2828

0 commit comments

Comments
 (0)