From 70c4c0948dd21aa19d5b463188257b46575174a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:59:26 +0000 Subject: [PATCH] chore(deps): update dependency open-telemetry/opentelemetry-cpp to v1.16.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcf4515..66034d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV CC=clang-18 WORKDIR /build # renovate: datasource=github-releases depName=open-telemetry/opentelemetry-cpp -ENV OPENTELEMETRY_CPP_VERSION=v1.11.0 +ENV OPENTELEMETRY_CPP_VERSION=v1.16.1 RUN \ git clone https://github.com/open-telemetry/opentelemetry-cpp.git \ --depth=1 -b "${OPENTELEMETRY_CPP_VERSION}" --single-branch && \