Skip to content

Commit 11edc40

Browse files
authored
Merge pull request #5 from pagopa/fix
fix(pencil): Stop graphite breaking when too much pressure applied
2 parents ab899d2 + dedf711 commit 11edc40

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
- '**.md'
1111
- '.**'
1212

13-
# Allows you to run this workflow manually from the Actions tab
14-
workflow_dispatch:
15-
1613
jobs:
1714
release:
1815
name: Release

Dockerfile

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

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

0 commit comments

Comments
 (0)