Skip to content

Commit c1716bc

Browse files
committed
Replaced hard-coded version; added note
1 parent 8b890b8 commit c1716bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
FROM public.ecr.aws/lambda/nodejs:20
1+
// @see https://gallery.ecr.aws/lambda/nodejs
2+
FROM public.ecr.aws/lambda/nodejs:{{nodeVersion}}
23

34
RUN dnf install -y gzip tar

0 commit comments

Comments
 (0)