Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion selenium-node-chrome-debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenium/node-chrome-debug
FROM selenium/node-chrome-debug:3.141.59

ENV HOME=/home/seluser

Expand Down
2 changes: 1 addition & 1 deletion selenium-node-chrome/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenium/node-chrome:3.6.0
FROM selenium/node-chrome:3.141.59

ENV HOME=/home/seluser

Expand Down
2 changes: 1 addition & 1 deletion selenium-node-firefox-debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenium/node-firefox-debug:3.12.0-cobalt
FROM selenium/node-firefox-debug:3.141.59

ENV HOME=/home/seluser

Expand Down
2 changes: 1 addition & 1 deletion selenium-node-firefox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Template
metadata:
name: selenium-node-firefox
annotations:
description: "Selenium Node with Google firefox browser"
description: "Selenium Node with Firefox browser"
iconClass: "icon-selenium"
tags: "selenium,node,firefox"
objects:
Expand Down
2 changes: 1 addition & 1 deletion selenium-node-firefox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenium/node-firefox:3.6.0
FROM selenium/node-firefox:3.141.59

ENV HOME=/home/seluser

Expand Down