Skip to content

Commit a4c74c8

Browse files
committed
ci: updated dockerfile to use v22 aws Lambda base image
1 parent be39904 commit a4c74c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-lambda/layer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# (c) Copyright IBM Corp. 2021
22
# (c) Copyright Instana Inc. and contributors 2021
33

4-
FROM public.ecr.aws/lambda/nodejs:16
4+
FROM public.ecr.aws/lambda/nodejs:22
55

66
WORKDIR /opt
77
COPY tmp/ .

0 commit comments

Comments
 (0)