File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.47.0
1
+ 1.47.1
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ COPY --from=0 /usr/src/java-app/*.jar ./
37
37
38
38
# Copy Elastic agent from docker image
39
39
# updated by .ci/bump-version.sh
40
- COPY --from=docker.elastic.co/observability/apm-agent-java:1.47.0 /usr/agent/elastic-apm-agent.jar /app/elastic-apm-agent.jar
40
+ COPY --from=docker.elastic.co/observability/apm-agent-java:1.47.1 /usr/agent/elastic-apm-agent.jar /app/elastic-apm-agent.jar
41
41
42
42
# Download the opentelemetry agent
43
43
RUN curl -L https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.10.1/opentelemetry-javaagent.jar --output /app/opentelemetry-javaagent.jar
@@ -47,7 +47,7 @@ LABEL \
47
47
org.label-schema.schema-version="1.0" \
48
48
org.label-schema.vendor="Elastic" \
49
49
org.label-schema.name="opbeans-java" \
50
- org.label-schema.version="1.47.0 " \
50
+ org.label-schema.version="1.47.1 " \
51
51
org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-java" \
52
52
org.label-schema.vcs-url="https://github.com/elastic/opbeans-java" \
53
53
org.label-schema.license="MIT"
Original file line number Diff line number Diff line change 27
27
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
28
28
<java .version>17</java .version>
29
29
<!-- required this property so the updatecli automation uses it -->
30
- <version .apm-agent-java>1.47.0 </version .apm-agent-java>
30
+ <version .apm-agent-java>1.47.1 </version .apm-agent-java>
31
31
</properties >
32
32
33
33
You can’t perform that action at this time.
0 commit comments