blueimp / wdio

Docker setup for WebdriverIO with automatic screenshots, image diffing and screen recording support for containerized versions of Chrome and Firefox on Linux, mobile versions of Chrome and Firefox on Android as well as Safari on iOS, Safari on macOS and Edge on Windows.
https://hub.docker.com/r/blueimp/wdio
MIT License
296 stars 51 forks source link

How to pull old version of the image? #27

Open Sarathy01 opened 2 years ago

Sarathy01 commented 2 years ago

After the latest release, getting the following error on installing packages

While resolving: npm ERR! Found: webdriverio@6.12.1 npm ERR! node_modules/webdriverio npm ERR! webdriverio@"^6.1.9" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer webdriverio@"^4.0.7" from wdio-screenshot@0.6.0 npm ERR! node_modules/wdio-screenshot npm ERR! dev wdio-screenshot@"^0.6.0" from the root project

the old version of the image is not present in dockerhub. how can i pull the old version of this image? Thank you