From 9a58fa7ec0826c7196f3cf2675866dcda7c01869 Mon Sep 17 00:00:00 2001 From: Israel Blancas Date: Tue, 17 Oct 2023 12:44:35 +0200 Subject: [PATCH] Revert change in NodeJS autoinstrumentation base image for 0.41.1 Signed-off-by: Israel Blancas --- autoinstrumentation/nodejs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoinstrumentation/nodejs/Dockerfile b/autoinstrumentation/nodejs/Dockerfile index 48f1f9ae75..080eed54c9 100644 --- a/autoinstrumentation/nodejs/Dockerfile +++ b/autoinstrumentation/nodejs/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:20 AS build +FROM node:16 AS build WORKDIR /operator-build COPY . .