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 eff379a commit c87220aCopy full SHA for c87220a
contrib/docker/Dockerfile
@@ -21,7 +21,7 @@ RUN git status --porcelain
21
RUN GOARCH=$TARGETARCH make build_code
22
23
# final stage
24
-FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi8/ubi-minimal:8.7
+FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.1.0
25
26
COPY --from=builder /app/flowlogs-pipeline /app/
27
COPY --from=builder /app/confgenerator /app/
0 commit comments