Skip to content

Commit b540543

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
1919

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

0 commit comments

Comments
 (0)