diff --git a/Dockerfile b/Dockerfile index 7f8ede7a..41aad86b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM eclipse-temurin:17-jre-alpine LABEL Author="Europeana Foundation " # Configure APM and add APM agent -ENV ELASTIC_APM_VERSION 1.34.1 +ENV ELASTIC_APM_VERSION 1.48.1 ADD https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/$ELASTIC_APM_VERSION/elastic-apm-agent-$ELASTIC_APM_VERSION.jar /opt/app/elastic-apm-agent.jar COPY ./set-web/target/set-web-executable.jar /opt/app/set-web-executable.jar