We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b890b8 commit c1716bcCopy full SHA for c1716bc
templates/Dockerfile
@@ -1,3 +1,4 @@
1
-FROM public.ecr.aws/lambda/nodejs:20
+// @see https://gallery.ecr.aws/lambda/nodejs
2
+FROM public.ecr.aws/lambda/nodejs:{{nodeVersion}}
3
4
RUN dnf install -y gzip tar
0 commit comments