Skip to content

Commit 773c0dc

Browse files
authored
fix(obsolescence): bumped up packages (#1961)
1 parent 51eafbe commit 773c0dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Base/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ RUN curl -fLo /tmp/cs https://github.com/coursier/launchers/raw/master/coursier
9090
&& mkdir -p /external_jars \
9191
&& chmod -R 775 /external_jars
9292

93-
RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-otlp:1.28.0 io.opentelemetry:opentelemetry-exporter-jaeger:1.28.0 io.grpc:grpc-netty:1.57.1 > /external_jars/.classpath.txt
93+
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
9494

9595
RUN chmod 664 /external_jars/.classpath.txt
96+
RUN rm -fr /root/.cache/*
9697

9798
#===================================================
9899
# Run the following commands as non-privileged user

Video/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ RUN apt-get -qqy update \
1919
&& apt-get upgrade -yq \
2020
&& apt-get -qqy --no-install-recommends install \
2121
supervisor x11-xserver-utils python3-pip \
22+
&& python3 -m pip install --upgrade pip \
23+
&& python3 -m pip install --upgrade setuptools \
24+
&& python3 -m pip install --upgrade wheel \
2225
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
2326

2427
#======================================

0 commit comments

Comments
 (0)