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 8db8438 commit 1dd8e8cCopy full SHA for 1dd8e8c
dashboard/Dockerfile
@@ -6,7 +6,7 @@ COPY ./ ./
6
RUN go mod download
7
RUN go build -o bin/generator .
8
9
-FROM registry.access.redhat.com/ubi9-minimal:9.2-484
+FROM registry.access.redhat.com/ubi9-minimal:9.6-1751286687
10
11
COPY --from=builder /opt/app-root/src/bin/generator /
12
ENTRYPOINT [ "/generator" ]
0 commit comments