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 9cf17b4 commit a2b25f2Copy full SHA for a2b25f2
Dockerfile.cypress
@@ -39,7 +39,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
39
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
40
COPY --from=go-builder /opt/app-root/plugin-backend ./
41
42
-FROM cypress/included:14.5.3
+FROM cypress/included:14.5.4
43
RUN whoami
44
WORKDIR /opt/app-root
45
COPY --from=web-builder /opt/app-root/web/ ./web
0 commit comments