From eda9cbeb7a0466641e5f173952286958f7abf5b8 Mon Sep 17 00:00:00 2001 From: Pasquale De Vita <59291437+pasqualedevita@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:01:17 +0200 Subject: [PATCH] fix: Update app insights sdk to 3.4.0 (#2) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b0c201..345c07f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN addgroup -S spring && adduser -S spring -G spring USER spring:spring # https://github.com/microsoft/ApplicationInsights-Java/releases -ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.3.1/applicationinsights-agent-3.3.1.jar /applicationinsights-agent.jar +ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.0/applicationinsights-agent-3.4.0.jar /applicationinsights-agent.jar COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json EXPOSE 8080