Skip to content

Commit ab899d2

Browse files
authored
Merge pull request #4 from pagopa/fix-rel-patch
fix: Patch update AI version
2 parents 31085a0 + 273ce71 commit ab899d2

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)