Skip to content

Commit 18eb66b

Browse files
committed
agent
1 parent b6a4b1d commit 18eb66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN addgroup spring && useradd -g spring spring
44
USER spring:spring
55

66
# 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
7+
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.19/applicationinsights-agent-3.4.19.jar /applicationinsights-agent.jar
88

99
COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json
1010

0 commit comments

Comments
 (0)