Skip to content

Commit 7e17a2d

Browse files
Updating opentelemetry and grpc in base image (#1780)
Fixes SeleniumHQ/selenium#11592
1 parent 5b46a36 commit 7e17a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN curl -fLo /tmp/cs https://github.com/coursier/launchers/raw/master/coursier
8787
&& mkdir -p /external_jars \
8888
&& chmod -R 777 /external_jars
8989

90-
RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-jaeger:1.19.0 io.grpc:grpc-netty:1.50.2 > /external_jars/.classpath.txt
90+
RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-jaeger:1.22.0 io.grpc:grpc-netty:1.52.1 > /external_jars/.classpath.txt
9191

9292
RUN chmod 777 /external_jars/.classpath.txt
9393

0 commit comments

Comments
 (0)