This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ COPY supervisord.conf /etc
8787RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
8888 && touch /opt/selenium/config.toml \
8989 && chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
90- && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0 /selenium-server-4.1.0 .jar \
90+ && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.1 /selenium-server-4.1.1 .jar \
9191 -O /opt/selenium/selenium-server.jar \
9292 && chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
9393 && chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor
Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5- FROM local-seleniarm/base:4.1.1-20220119
5+ FROM local-seleniarm/base:latest
66LABEL authors=SeleniumHQ,sj26,jamesmortensen
77
88USER root
Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5- FROM local-seleniarm/node-base:4.1.1-20220119
5+ FROM local-seleniarm/node-base:latest
66LABEL authors=SeleniumHQ,sj26,jamesmortensen
77
88USER root
Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5- FROM local-seleniarm/node-chromium:4.1.1-20220119
5+ FROM local-seleniarm/node-chromium:latest
66LABEL authors=SeleniumHQ,sj26,jamesmortensen
77
88USER 1200
You can’t perform that action at this time.
0 commit comments