We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95910af commit d25d469Copy full SHA for d25d469
contrib/docker/Dockerfile
@@ -22,7 +22,7 @@ RUN git status --porcelain
22
RUN GOARCH=$TARGETARCH make build_code
23
24
# final stage
25
-FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.1
+FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.2
26
27
COPY --from=builder /app/flowlogs-pipeline /app/
28
COPY --from=builder /app/confgenerator /app/
0 commit comments