diff --git a/Dockerfile.cypress b/Dockerfile.cypress index e4e01895a..42f30663b 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -39,7 +39,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1749489516 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./ -FROM cypress/included:14.4.1 +FROM cypress/included:14.5.0 RUN whoami WORKDIR /opt/app-root COPY --from=web-builder /opt/app-root/web/ ./web