We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31085a0 + 273ce71 commit ab899d2Copy full SHA for ab899d2
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