bump OpenTelemetry (#9489)
This commit is contained in:
parent
5bfd3e2a67
commit
96b3d21655
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue