Skip to content

Commit

Permalink
fix: Update app insights sdk to 3.4.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualedevita authored Sep 20, 2022
1 parent a134355 commit eda9cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN addgroup -S spring && adduser -S spring -G spring
USER spring:spring

# https://github.com/microsoft/ApplicationInsights-Java/releases
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.3.1/applicationinsights-agent-3.3.1.jar /applicationinsights-agent.jar
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.0/applicationinsights-agent-3.4.0.jar /applicationinsights-agent.jar
COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json

EXPOSE 8080
Expand Down

0 comments on commit eda9cbe

Please sign in to comment.