Skip to content

Commit 273ce71

Browse files
committed
fix patch update ai version
1 parent 31085a0 commit 273ce71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN useradd -g spring spring
55
USER spring:spring
66

77
# https://github.com/microsoft/ApplicationInsights-Java/releases
8+
# application insight 3.4.19
89
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.19/applicationinsights-agent-3.4.19.jar /applicationinsights-agent.jar
910
COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json
1011

0 commit comments

Comments
 (0)