diff --git a/Dockerfile.cypress b/Dockerfile.cypress index 3b74ed278..4862da70d 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -39,7 +39,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./ -FROM cypress/included:15.9.0 +FROM cypress/included:15.14.2 RUN whoami WORKDIR /opt/app-root COPY --from=web-builder /opt/app-root/web/ ./web diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 5a87bb263..b344b8f3a 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -1,7 +1,7 @@ # Dockerfile for running Cypress E2E tests in OpenShift CI # This runs tests against a real OpenShift cluster -FROM cypress/included:15.9.0 +FROM cypress/included:15.14.2 # Install additional dependencies USER root