We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd0ee3 commit b7595a6Copy full SHA for b7595a6
templates/Dockerfile
@@ -1,4 +1,9 @@
1
-// @see https://gallery.ecr.aws/lambda/nodejs
+#
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
7
FROM public.ecr.aws/lambda/nodejs:{{nodeVersion}}
8
9
RUN dnf install -y gzip tar
0 commit comments