Skip to content

Commit c9e8066

Browse files
author
Zadjad Rezai
authored
Bumping to 4.7.2 (#1744)
* Bumping to 4.7.2 * Use JAR based coursier launcher The native installer needs glibc 2.32 which is not provided by any Ubuntu LTS version per default. Co-authored-by: Xcalizorz <[email protected]> [deploy]
1 parent ef1c6cb commit c9e8066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Base/Dockerfile

Lines changed: 3 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.7.0/selenium-server-4.7.1.jar \
74+
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.7.0/selenium-server-4.7.2.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.7.1/selenium-http-jdk-client-4.7.1.jar \
76+
&& wget --no-verbose https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-http-jdk-client/4.7.2/selenium-http-jdk-client-4.7.2.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
@@ -82,7 +82,7 @@ RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/su
8282
# Download observability related jaegar jars and make them available in a separate directory
8383
# so that the container can skip downloading them everytime it comes up
8484
#=====
85-
RUN curl -fL https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz | gzip -d > /tmp/cs \
85+
RUN curl -fLo /tmp/cs https://github.com/coursier/launchers/raw/master/coursier \
8686
&& chmod +x /tmp/cs \
8787
&& mkdir -p /external_jars \
8888
&& chmod -R 777 /external_jars

0 commit comments

Comments
 (0)