Skip to content

Commit

Permalink
Update Java instrumentation to v1.30.0 and .NET instrumentation to v1…
Browse files Browse the repository at this point in the history
….0.2
  • Loading branch information
edeNFed committed Oct 11, 2023
1 parent b245d0e commit c714015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odiglet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm install

FROM busybox AS dotnet-builder
WORKDIR /dotnet-instrumentation
ARG DOTNET_OTEL_VERSION=v0.7.0
ARG DOTNET_OTEL_VERSION=v1.0.2
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/$DOTNET_OTEL_VERSION/opentelemetry-dotnet-instrumentation-linux-musl.zip .
RUN unzip opentelemetry-dotnet-instrumentation-linux-musl.zip && rm opentelemetry-dotnet-instrumentation-linux-musl.zip

Expand All @@ -30,7 +30,7 @@ RUN GOOS=linux go build -o odiglet cmd/main.go
WORKDIR /instrumentations

# Java
ARG JAVA_OTEL_VERSION=v1.29.0
ARG JAVA_OTEL_VERSION=v1.30.0
ADD https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/$JAVA_OTEL_VERSION/opentelemetry-javaagent.jar /instrumentations/java/javaagent.jar
RUN chmod 644 /instrumentations/java/javaagent.jar

Expand Down

0 comments on commit c714015

Please sign in to comment.