Skip to content

Commit b7595a6

Browse files
committed
Added new info, Github project link
1 parent 5bd0ee3 commit b7595a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

templates/Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
// @see https://gallery.ecr.aws/lambda/nodejs
1+
#
2+
# Supported ECR image releases. Fedora-based, custom Linux.
3+
#
4+
# - https://gallery.ecr.aws/lambda/nodejs
5+
# - https://github.com/aws/aws-lambda-base-images
6+
#
27
FROM public.ecr.aws/lambda/nodejs:{{nodeVersion}}
38

49
RUN dnf install -y gzip tar

0 commit comments

Comments
 (0)