Skip to content

Commit

Permalink
Fix breaking docker build
Browse files Browse the repository at this point in the history
Base node image updated from bullseye to bookworm. 
This has caused docker build to fail with 
ERROR [builder 7/8] RUN CYPRESS_INSTALL_BINARY=0 npm ci --no-audit

Updating cypress-multi-reporters and removing dependency override to see if that resolves error
  • Loading branch information
GurnankCheema committed May 8, 2024
1 parent 0b65008 commit 35012b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"audit-ci": "^6.6.1",
"concurrently": "^7.6.0",
"cypress": "^13.8.1",
"cypress-multi-reporters": "^1.6.3",
"cypress-multi-reporters": "^1.6.4",
"dotenv": "^16.4.5",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -179,9 +179,6 @@
"typescript": "^4.9.5"
},
"overrides": {
"cypress": {
"tough-cookie": "4.1.3"
},
"jest-html-reporter": {
"@babel/traverse": "7.23.2"
},
Expand Down

0 comments on commit 35012b3

Please sign in to comment.