Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.cypress
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading