From 021e24b8c640a06cab47ae4a71157b0941e900b8 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:43:46 +0000 Subject: [PATCH] Update cypress/included Docker tag to v15.20.1 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.cypress | 2 +- Dockerfile.e2e | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.cypress b/Dockerfile.cypress index 4c8cf078a..56fd21972 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -39,7 +39,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1781496742 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./ -FROM cypress/included:15.15.0 +FROM cypress/included:15.20.1 RUN whoami WORKDIR /opt/app-root COPY --from=web-builder /opt/app-root/web/ ./web diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 66e43396a..9dc30fef3 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.15.0 +FROM cypress/included:15.20.1 # Install additional dependencies USER root