bump OpenTelemetry (#9489)

This commit is contained in:
Ehsan Saei 2023-01-08 00:37:27 +01:00 committed by GitHub
parent 5bfd3e2a67
commit 96b3d21655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -26,12 +26,12 @@ RUN apk update \
# install gRPC
FROM base as grpc
RUN bash /opt/third_party/build.sh -g v1.43.2
RUN bash /opt/third_party/build.sh -g v1.49.2
# install OpenTelemetry-cpp
FROM base as otel-cpp
COPY --from=grpc /opt/third_party/install/ /usr
RUN bash /opt/third_party/build.sh -o v1.3.0
RUN bash /opt/third_party/build.sh -o v1.8.1
# install otel_ngx_module.so
FROM base as nginx