Skip to content

Commit

Permalink
deps(apm-agent-java): Update APM Agent Java to 1.51.0 (#317)
Browse files Browse the repository at this point in the history
* chore: Update .version file

Made with ❤️️ by updatecli

* chore: Set apm-agent version in Dockerfile

Made with ❤️️ by updatecli

* chore: Set org.label-schema.version in Dockerfile

Made with ❤️️ by updatecli
  • Loading branch information
obltmachine authored Aug 12, 2024
1 parent bd3352c commit ee3887d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.50.0
1.51.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ LABEL \
org.label-schema.schema-version="1.0" \
org.label-schema.vendor="Elastic" \
org.label-schema.name="opbeans-java" \
org.label-schema.version="1.50.0" \
org.label-schema.version="1.51.0" \
org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-java" \
org.label-schema.vcs-url="https://github.com/elastic/opbeans-java" \
org.label-schema.license="MIT"
Expand Down

0 comments on commit ee3887d

Please sign in to comment.