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 674e0cf commit eae6b38Copy full SHA for eae6b38
Dockerfile
@@ -25,7 +25,7 @@ COPY pkg/ pkg/
25
26
RUN make build-backend
27
28
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
29
30
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
31
COPY --from=go-builder /opt/app-root/plugin-backend ./
0 commit comments