From 2a8563a2bf40d5afc74a30ee93d01c950f558552 Mon Sep 17 00:00:00 2001 From: BacLuc Date: Sun, 20 Oct 2024 16:27:49 +0200 Subject: [PATCH] docker-compose.yml: switch to normal digest to pin browsers for cypress Because updating them with renovate did not work. There is anyway only one build with a digest for the browser versions per build...and they would not be updated under the hood because that would change the digest too. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0830ee320a..2e772c8094 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -159,7 +159,7 @@ services: - FUNCTION_ENABLE_INCOGNITO_MODE=true e2e: - image: cypress/included:cypress-13.13.0-node-20.15.1-chrome-126.0.6478.114-1-ff-128.0-edge-126.0.2592.61-1@sha256:f9733a2cadc3aa270e40f8ce1158a23cb99703476a9db7154b4ecc51ba02bd5c + image: cypress/included:13.13.0@sha256:f9733a2cadc3aa270e40f8ce1158a23cb99703476a9db7154b4ecc51ba02bd5c profiles: ['e2e'] container_name: 'ecamp3-e2e' environment: