We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31085a0 commit 273ce71Copy full SHA for 273ce71
Dockerfile
@@ -5,6 +5,7 @@ RUN useradd -g spring spring
5
USER spring:spring
6
7
# https://github.com/microsoft/ApplicationInsights-Java/releases
8
+# application insight 3.4.19
9
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.19/applicationinsights-agent-3.4.19.jar /applicationinsights-agent.jar
10
COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json
11
0 commit comments