Skip to content

Commit

Permalink
Bump selenium node images for e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Feb 1, 2024
1 parent 9ff5c03 commit 78f7d75
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions client-e2e/images/Dockerfile.chrome
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM selenium/node-chrome:4.9.1-20230508
FROM selenium/node-chrome:4.17.0-20240123
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]
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:latest
FROM seleniarm/node-chromium:4.17.0-20240123
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]
4 changes: 2 additions & 2 deletions client-e2e/images/Dockerfile.edge
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM selenium/node-edge:4.9.1-20230508
FROM selenium/node-edge:4.17.0-20240123
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]
CMD ["/opt/bin/entry_point.sh"]
4 changes: 2 additions & 2 deletions client-e2e/images/Dockerfile.firefox
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM selenium/node-firefox:4.9.1-20230508
FROM selenium/node-firefox:4.17.0-20240123
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]
CMD ["/opt/bin/entry_point.sh"]
2 changes: 1 addition & 1 deletion client-e2e/images/Dockerfile.firefox-arm64
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM seleniarm/node-firefox:latest
FROM seleniarm/node-firefox:4.17.0-20240123
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]

0 comments on commit 78f7d75

Please sign in to comment.