Skip to content

Commit

Permalink
Use same version of Selenium to avoid confusion
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
  • Loading branch information
btlogy committed Feb 2, 2024
1 parent 1653d09 commit 8cdbc69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client-e2e/images/Dockerfile.chrome
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM selenium/node-chrome:4.17.0-20240123
FROM selenium/node-chrome:4.11.0-20230801
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]
2 changes: 1 addition & 1 deletion client-e2e/images/Dockerfile.chrome-arm64
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM seleniarm/node-chromium:4.17.0-20240123
FROM seleniarm/node-chromium:4.11.0-20230801
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]
2 changes: 1 addition & 1 deletion client-e2e/images/Dockerfile.edge
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM selenium/node-edge:4.17.0-20240123
FROM selenium/node-edge:4.11.0-20230801
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
profiles:
- e2e
selenium-hub:
image: selenium/hub:4.17.0-20240123
image: selenium/hub:4.11.0-20230801
container_name: selenium-hub
ports:
- "4442:4442"
Expand Down

0 comments on commit 8cdbc69

Please sign in to comment.