Skip to content

Commit 293819b

Browse files
chore(deps): update dependency opentelemetry-java-instrumentation to v2.11.0 (#573)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e561b7c commit 293819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging-k8s-stdout-otlp-json/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM eclipse-temurin:21-jre
33
WORKDIR /usr/src/app/
44

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

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

0 commit comments

Comments
 (0)