From d3fc40539e80cfab704c773c694a6a60eb9d8dfa Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 00:41:02 +0000 Subject: [PATCH] chore(deps): update cypress/included docker tag to v13.17.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.cypress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cypress b/Dockerfile.cypress index 8920b3e8b..1101bc648 100644 --- a/Dockerfile.cypress +++ b/Dockerfile.cypress @@ -39,7 +39,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1747218906 COPY --from=web-builder /opt/app-root/web/dist ./web/dist COPY --from=go-builder /opt/app-root/plugin-backend ./ -FROM cypress/included:13.6.5 +FROM cypress/included:13.17.0 RUN whoami WORKDIR /opt/app-root COPY --from=web-builder /opt/app-root/web/ ./web