Updated Dockerfile and pom.xml

This commit is contained in:
Michele Adduci
2024-08-26 05:20:59 +02:00
parent d9840c3dfe
commit fbca03c6f5
4 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
FROM docker.io/library/maven:3.9.7-eclipse-temurin-17 AS build-hapi
FROM docker.io/library/maven:3.9.9-eclipse-temurin-17 AS build-hapi
WORKDIR /tmp/hapi-fhir-jpaserver-starter
ARG OPENTELEMETRY_JAVA_AGENT_VERSION=1.33.3
ARG OPENTELEMETRY_JAVA_AGENT_VERSION=1.33.5
RUN curl -LSsO https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v${OPENTELEMETRY_JAVA_AGENT_VERSION}/opentelemetry-javaagent.jar
COPY pom.xml .