We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5161b60 commit 3f476bbCopy full SHA for 3f476bb
Dockerfile
@@ -4,7 +4,7 @@ RUN addgroup spring && useradd -g spring spring
4
USER spring:spring
5
6
# https://github.com/microsoft/ApplicationInsights-Java/releases
7
-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
8
9
COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json
10
0 commit comments