From 18eb66b68f30c92864f1115198be854d1b83673b Mon Sep 17 00:00:00 2001 From: Jacopo Carlini Date: Wed, 9 Oct 2024 16:01:52 +0200 Subject: [PATCH] agent --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f61ec11..b958477 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN addgroup spring && useradd -g spring spring USER spring:spring # https://github.com/microsoft/ApplicationInsights-Java/releases -ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.6.0/applicationinsights-agent-3.6.0.jar /applicationinsights-agent.jar +ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.19/applicationinsights-agent-3.4.19.jar /applicationinsights-agent.jar COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json