Skip to content

Commit 6445310

Browse files
committed
upgraded node version to match localstack default node version
1 parent e110518 commit 6445310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ -z ${TEST_IN_DOCKER_ENTRYPOINT:-} ]; then
1818
--workdir /test \
1919
--entrypoint bash \
2020
-e TEST_IN_DOCKER_ENTRYPOINT=1 \
21-
${TEST_IMAGE_NAME:-public.ecr.aws/lambda/nodejs:16} /test_in_docker.sh
21+
${TEST_IMAGE_NAME:-public.ecr.aws/lambda/nodejs:18} /test_in_docker.sh
2222
else
2323
# entrypoint
2424
echo Entrypoint

0 commit comments

Comments
 (0)