Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump node in /nodejs-instrumentation (#183)

Bumps node from 24.14.0 to 24.14.1.

---
updated-dependencies:
- dependency-name: node
dependency-version: 24.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
6a4af598 c4cc4390

+1 -1
+1 -1
nodejs-instrumentation/Dockerfile
··· 9 9 # - Grant the necessary access to `/autoinstrumentation` directory. `chmod -R go+r /autoinstrumentation` 10 10 # - For auto-instrumentation by container injection, the Linux command cp is 11 11 # used and must be availabe in the image. 12 - FROM node:24.14.0 AS build 12 + FROM node:24.14.1 AS build 13 13 14 14 WORKDIR /operator-build 15 15