diff --git a/Dockerfile.cypress b/Dockerfile.cypress index 98c431d9e..4a523087b 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -40,7 +40,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./ -FROM cypress/included:15.2.0 +FROM cypress/included:15.4.0 RUN whoami WORKDIR /opt/app-root COPY --from=web-builder /opt/app-root/web/ ./web