Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 86b20fe

Browse files
authored
Bumping to 4.5.3 (SeleniumHQ#1705)
* Bumping to 4.5.3 * Update Dockerfile [deploy]
1 parent d03dfbd commit 86b20fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Base/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ COPY supervisord.conf /etc
7171
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7272
&& touch /opt/selenium/config.toml \
7373
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
74-
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.5.0/selenium-server-4.5.2.jar \
74+
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.5.0/selenium-server-4.5.3.jar \
7575
-O /opt/selenium/selenium-server.jar \
76-
&& wget --no-verbose https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-http-jdk-client/4.5.2/selenium-http-jdk-client-4.5.2.jar \
76+
&& wget --no-verbose https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-http-jdk-client/4.5.3/selenium-http-jdk-client-4.5.3.jar \
7777
-O /opt/selenium/selenium-http-jdk-client.jar \
7878
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7979
&& chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor
@@ -85,7 +85,6 @@ USER 1200:1201
8585

8686
# Boolean value, maps "--bind-host"
8787
ENV SE_BIND_HOST false
88-
ENV SE_DOCKER true
8988

9089

9190

0 commit comments

Comments
 (0)