Skip to content

Commit

Permalink
chore(deps): update dependency opentelemetry-java-instrumentation to …
Browse files Browse the repository at this point in the history
…v2.11.0 (#573)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent e561b7c commit 293819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging-k8s-stdout-otlp-json/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM eclipse-temurin:21-jre
WORKDIR /usr/src/app/

# renovate: datasource=github-releases depName=opentelemetry-java-instrumentation packageName=open-telemetry/opentelemetry-java-instrumentation
ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.10.0
ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.11.0

ADD build/libs/*SNAPSHOT.jar ./app.jar
ADD --chmod=644 https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/$OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION/opentelemetry-javaagent.jar ./opentelemetry-javaagent.jar
Expand Down

0 comments on commit 293819b

Please sign in to comment.