Skip to content

Commit

Permalink
Updating jar link [skp ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 4, 2021
1 parent 41f87ec commit a88edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/Dockerfile
Expand Up @@ -71,7 +71,7 @@ COPY supervisord.conf /etc
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
&& touch /opt/selenium/config.toml \
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/releases/download/4.0.0-rc-1-prerelease-20210618/selenium-server-4.0.0-prerelease-rc-1-c498dad8c5.jar \
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/releases/download/4.0.0-rc-1-prerelease-20210804/selenium-server-4.0.0-prerelease-rc-1-c498dad8c5.jar \
-O /opt/selenium/selenium-server.jar \
# && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-beta-4/selenium-server-4.0.0-beta-4.jar \
# -O /opt/selenium/selenium-server.jar \
Expand Down

0 comments on commit a88edbe

Please sign in to comment.