Skip to content

Commit f2de253

Browse files
authored
chore(deps): update dependency open-telemetry/opentelemetry-cpp to v1.8.2 (#10718)
1 parent f5059e8 commit f2de253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/cloudbuild/dockerfiles/fedora-37-cmake.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ RUN curl -sSL https://github.com/grpc/grpc/archive/v1.51.1.tar.gz | \
167167
ldconfig && cd /var/tmp && rm -fr build
168168

169169
WORKDIR /var/tmp/build/
170-
RUN curl -sSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.8.1.tar.gz | \
170+
RUN curl -sSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.8.2.tar.gz | \
171171
tar -xzf - --strip-components=1 && \
172172
cmake \
173173
-DCMAKE_CXX_STANDARD=14 \

0 commit comments

Comments
 (0)