Skip to content

Commit cb3e0ae

Browse files
committed
Reverting OpenTelemetry to 1.33.3
1 parent fbca03c commit cb3e0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker.io/library/maven:3.9.9-eclipse-temurin-17 AS build-hapi
22
WORKDIR /tmp/hapi-fhir-jpaserver-starter
33

4-
ARG OPENTELEMETRY_JAVA_AGENT_VERSION=1.33.5
4+
ARG OPENTELEMETRY_JAVA_AGENT_VERSION=1.33.3
55
RUN curl -LSsO https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v${OPENTELEMETRY_JAVA_AGENT_VERSION}/opentelemetry-javaagent.jar
66

77
COPY pom.xml .

0 commit comments

Comments
 (0)