Skip to content

Commit e071a31

Browse files
authored
Update Dockerfile external jar versions (#1998)
Update Dockerfile uplifting external jar versions. [deploy]
1 parent fe17f6d commit e071a31

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
@@ -88,7 +88,7 @@ RUN curl -fLo /tmp/cs https://github.com/coursier/launchers/raw/master/coursier
8888
&& mkdir -p /external_jars \
8989
&& chmod -R 775 /external_jars
9090

91-
RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-otlp:1.30.1 io.opentelemetry:opentelemetry-exporter-jaeger:1.30.1 io.grpc:grpc-netty:1.58.0 > /external_jars/.classpath.txt
91+
RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-otlp:1.31.0 io.opentelemetry:opentelemetry-exporter-jaeger:1.31.0 io.grpc:grpc-netty:1.59.0 > /external_jars/.classpath.txt
9292

9393
RUN chmod 664 /external_jars/.classpath.txt
9494
RUN rm -fr /root/.cache/*

0 commit comments

Comments
 (0)