Skip to content

Commit

Permalink
pin selenium to 104.0-20220812
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Aug 17, 2022
1 parent 0a6351d commit 49202f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ PLUGINS_GITHUB_RELEASE = "plugins/github-release:1"
PLUGINS_S3 = "plugins/s3"
PLUGINS_S3_CACHE = "plugins/s3-cache:1"
PLUGINS_SLACK = "plugins/slack:1"
SELENIUM_STANDALONE_CHROME = "selenium/standalone-chrome"
SELENIUM_STANDALONE_FIREFOX = "selenium/standalone-firefox"
SELENIUM_STANDALONE_CHROME = "selenium/standalone-chrome:104.0-20220812"
SELENIUM_STANDALONE_FIREFOX = "selenium/standalone-firefox:104.0-20220812"
SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:latest"
THEGEEKLAB_DRONE_GITHUB_COMMENT = "thegeeklab/drone-github-comment:1"
TOOLHIPPIE_CALENS = "toolhippie/calens:latest"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
dockerfile: selenium.Dockerfile
context: ./dev/docker
args:
SELENIUM_IMAGE: ${SELENIUM_IMAGE:-selenium/standalone-chrome}
SELENIUM_IMAGE: ${SELENIUM_IMAGE:-selenium/standalone-chrome:104.0-20220812}
container_name: web_selenium
ports:
- 4444:4444
Expand Down

0 comments on commit 49202f3

Please sign in to comment.