From 4f333723aa31a9f98302c63750fb9618079a8fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:15:55 +0000 Subject: [PATCH] build(deps): bump node in /nodejs-instrumentation Bumps node from 24.18.0 to 24.18.1. --- updated-dependencies: - dependency-name: node dependency-version: 24.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nodejs-instrumentation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-instrumentation/Dockerfile b/nodejs-instrumentation/Dockerfile index efdac862..1fe04400 100644 --- a/nodejs-instrumentation/Dockerfile +++ b/nodejs-instrumentation/Dockerfile @@ -9,7 +9,7 @@ # - Grant the necessary access to `/autoinstrumentation` directory. `chmod -R go+r /autoinstrumentation` # - For auto-instrumentation by container injection, the Linux command cp is # used and must be availabe in the image. -FROM node:24.18.0 AS build +FROM node:24.18.1 AS build WORKDIR /operator-build