Skip to content

Commit

Permalink
fix exporter version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Jul 8, 2024
1 parent a6bb41d commit 8468560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM openjdk:17-slim

WORKDIR /app
COPY build/libs/opentelemetry-javaagent-2.5.0.jar /app/opentelemetry-javaagent.jar
COPY build/libs/opentelemetry-exporter-otlp-1.39.0.jar /app/opentelemetry-exporter-otlp.jar
COPY build/libs/opentelemetry-exporter-otlp-1.40.0.jar /app/opentelemetry-exporter-otlp.jar
COPY build/libs/connector.jar /app/connector.jar

0 comments on commit 8468560

Please sign in to comment.