Skip to content

Commit 4665738

Browse files
authored
fix(aws-lambda): updated brace-expansion in icr.io/instana/aws-lambda-nodejs image (#1944)
refs https://jsw.ibm.com/browse/INSTA-48333 - node & npm is installed from this image: public.ecr.aws - it can contain old subdependencies of npm - ensure we always update npm to latest version (this will also update sub deps)
1 parent 40db3ee commit 4665738

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/aws-lambda/layer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
ARG NODEJS_VERSION
55
FROM public.ecr.aws/lambda/nodejs:${NODEJS_VERSION}
66

7+
RUN npm install -g npm@latest
8+
79
WORKDIR /opt
810
COPY tmp/ .
911

0 commit comments

Comments
 (0)