Skip to content

Commit

Permalink
Update Jaeger to 0.9.0 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 27, 2022
1 parent b81c766 commit 7cd0479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN xx-apk add --no-cache xx-cxx-essentials openssl-dev zlib-dev zlib libgcc cur
### Build image
FROM build-base-${BUILD_OS} as build-base

ENV CMAKE_VERSION 3.22.0
ENV CMAKE_VERSION 3.22.2
RUN wget -q -O cmake-linux.sh "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-$(arch).sh" \
&& sh cmake-linux.sh -- --skip-license --prefix=/usr \
&& rm cmake-linux.sh
Expand Down Expand Up @@ -133,7 +133,7 @@ RUN [ "$(xx-info vendor)" = "alpine" ] && export QEMU_LD_PREFIX=/$(xx-info); \

### Build Jaeger cpp-client
FROM opentracing-cpp as jaeger-cpp-client
ARG JAEGER_CPP_VERSION=v0.8.0
ARG JAEGER_CPP_VERSION=v0.9.0
ARG YAML_CPP_VERSION=yaml-cpp-0.7.0
ARG TARGETPLATFORM

Expand Down

0 comments on commit 7cd0479

Please sign in to comment.