Skip to content

Commit 8862e71

Browse files
chore(deps): update cypress/browsers docker tag to v24.13.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent f08c12e commit 8862e71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ spec:
185185
value: "$(params.commit)"
186186
- name: CYPRESS_BUNDLE_IMAGE
187187
value: "$(params.bundle-image)"
188-
image: cypress/browsers:24.13.0
188+
image: cypress/browsers:24.13.1
189189
script: |
190190
apt update && apt install -y jq
191191
echo "COMMIT_SHA: ${COMMIT_SHA}"

.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ spec:
185185
value: "$(params.commit)"
186186
- name: CYPRESS_BUNDLE_IMAGE
187187
value: "$(params.bundle-image)"
188-
image: cypress/browsers:24.13.0
188+
image: cypress/browsers:24.13.1
189189
script: |
190190
apt update && apt install -y jq
191191
echo "COMMIT_SHA: ${COMMIT_SHA}"

0 commit comments

Comments
 (0)