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 010e4e0 commit a2111c7Copy full SHA for a2111c7
Dockerfile.cypress
@@ -40,7 +40,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
40
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
41
COPY --from=go-builder /opt/app-root/plugin-backend ./
42
43
-FROM cypress/included:13.6.5
+FROM cypress/included:15.2.0
44
RUN whoami
45
WORKDIR /opt/app-root
46
COPY --from=web-builder /opt/app-root/web/ ./web
0 commit comments