Skip to content

Commit

Permalink
build(deps): Bump elastic-apm to 4.7.3 (#265)
Browse files Browse the repository at this point in the history
* chore: Install new elastic-apm-node npm dependency version
* chore: Set org.label-schema.version in Dockerfile

Made with ❤️️ by updatecli
  • Loading branch information
obltmachine authored Aug 12, 2024
1 parent 48175ff commit 607f028
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL \
org.label-schema.schema-version="1.0" \
org.label-schema.vendor="Elastic" \
org.label-schema.name="opbeans-node" \
org.label-schema.version="4.7.2" \
org.label-schema.version="4.7.3" \
org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-node" \
org.label-schema.vcs-url="https://github.com/elastic/opbeans-node" \
org.label-schema.license="MIT"
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"after-all-results": "^2.0.0",
"body-parser": "^1.20.2",
"elastic-apm-node": "^4.7.2",
"elastic-apm-node": "^4.7.3",
"express": "^4.19.2",
"express-pino-logger": "^7.0.0",
"pg": "^8.12.0",
Expand Down

0 comments on commit 607f028

Please sign in to comment.