File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ COPY supervisord.conf /etc
71
71
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
72
72
&& touch /opt/selenium/config.toml \
73
73
&& 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 \
75
75
-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 \
77
77
-O /opt/selenium/selenium-http-jdk-client.jar \
78
78
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
79
79
&& 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
82
82
# Download observability related jaegar jars and make them available in a separate directory
83
83
# so that the container can skip downloading them everytime it comes up
84
84
# =====
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 \
86
86
&& chmod +x /tmp/cs \
87
87
&& mkdir -p /external_jars \
88
88
&& chmod -R 777 /external_jars
You can’t perform that action at this time.
0 commit comments