Skip to content

Commit

Permalink
Merge pull request #275 from pagopa/release-uat
Browse files Browse the repository at this point in the history
chore: promote to Main
  • Loading branch information
stedelia authored Oct 23, 2024
2 parents 6da1201 + c0a4b83 commit a33910c
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 @@ -21,7 +21,7 @@ WORKDIR /app

COPY --from=buildtime /build/target/*.jar /app/app.jar
# The agent is enabled at runtime via JAVA_TOOL_OPTIONS.
ADD https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.19/applicationinsights-agent-3.4.19.jar /app/applicationinsights-agent.jar
ADD https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.6.1/applicationinsights-agent-3.6.1.jar /app/applicationinsights-agent.jar

RUN chown -R runner:runner /app

Expand Down

0 comments on commit a33910c

Please sign in to comment.