Skip to content

Commit 11f6975

Browse files
chore(deps): update dependency opentelemetry-java-instrumentation to v2.12.0 (#579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1970fca commit 11f6975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging-k8s-stdout-otlp-json/Dockerfile

Lines changed: 1 addition & 1 deletion
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.11.0
6+
ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.12.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)