diff --git a/Base/Dockerfile b/Base/Dockerfile index c8e1889a4..4f3697064 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -71,7 +71,7 @@ COPY supervisord.conf /etc RUN mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor \ && touch /opt/selenium/config.json \ && chmod -R 777 /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd \ - && wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/alpha-jars/selenium-server-4.0.0-alpha-7.jar \ + && wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/blob/alpha-jars/selenium-server-4.0.0-alpha-7-5a5bc38279.jar \ -O /opt/selenium/selenium-server.jar \ # && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-alpha-6/selenium-server-4.0.0-alpha-6.jar \ # -O /opt/selenium/selenium-server.jar \