Skip to content

Commit 3f476bb

Browse files
fix: agent version
1 parent 5161b60 commit 3f476bb

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)