Skip to content

Commit

Permalink
Merge pull request #11 from pagopa/agent-version
Browse files Browse the repository at this point in the history
chore: Bump agent
  • Loading branch information
jacopocarlini authored Oct 9, 2024
2 parents b6a4b1d + 18eb66b commit 145ec64
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 spring && useradd -g spring spring
USER spring:spring

# https://github.com/microsoft/ApplicationInsights-Java/releases
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.6.0/applicationinsights-agent-3.6.0.jar /applicationinsights-agent.jar
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.19/applicationinsights-agent-3.4.19.jar /applicationinsights-agent.jar

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

Expand Down

0 comments on commit 145ec64

Please sign in to comment.