Skip to content

Commit

Permalink
Merge pull request #37 from Lullabot/justafish/m1-mac-selenium-support
Browse files Browse the repository at this point in the history
Upgrade Selenium images for Mac M1 support
  • Loading branch information
justafish committed Mar 9, 2022
2 parents 63ddf91 + 68c63ca commit 495bec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scaffold/nightwatch/docker-compose.selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.6'
services:
chrome:
container_name: ddev-${DDEV_SITENAME}-chrome
image: selenium/standalone-chrome:4.1.2-20220217
image: selenium/standalone-chrome:4.1.2-20220227
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: $DDEV_APPROOT
Expand All @@ -23,7 +23,7 @@ services:

firefox:
container_name: ddev-${DDEV_SITENAME}-firefox
image: selenium/standalone-firefox:4.1.2-20220217
image: selenium/standalone-firefox:4.1.2-20220227
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: $DDEV_APPROOT
Expand Down

0 comments on commit 495bec4

Please sign in to comment.