Skip to content

Commit

Permalink
Revert change in NodeJS autoinstrumentation base image for 0.41.1
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa committed Oct 17, 2023
1 parent f2b5e3c commit 9a58fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoinstrumentation/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit 9a58fa7

Please sign in to comment.