We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5059e8 commit f2de253Copy full SHA for f2de253
1 file changed
ci/cloudbuild/dockerfiles/fedora-37-cmake.Dockerfile
@@ -167,7 +167,7 @@ RUN curl -sSL https://github.com/grpc/grpc/archive/v1.51.1.tar.gz | \
167
ldconfig && cd /var/tmp && rm -fr build
168
169
WORKDIR /var/tmp/build/
170
-RUN curl -sSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.8.1.tar.gz | \
+RUN curl -sSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.8.2.tar.gz | \
171
tar -xzf - --strip-components=1 && \
172
cmake \
173
-DCMAKE_CXX_STANDARD=14 \
0 commit comments