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.
2 parents 674e0cf + eae6b38 commit 5413a96Copy full SHA for 5413a96
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