Skip to content

Commit 19035f3

Browse files
github-actions[bot]actions-userVandita2020Vandita Patidar
authored
feat: update SAM CLI with latest App Templates commit hash (#8125)
* feat: updating app templates repo hash with (bcbb262209a6a78ae4e71190b2e1c76239f1c2eb) * Correcting tests (#8254) Co-authored-by: Vandita Patidar <vanditap@amazon.com> --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Vandita Patidar <vandita.vk20@gmail.com> Co-authored-by: Vandita Patidar <vanditap@amazon.com>
1 parent 915e06d commit 19035f3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

samcli/runtime_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"app_template_repo_commit": "98b57a0c8d45f09c5ba254f8681189ae57fd215b"
2+
"app_template_repo_commit": "bcbb262209a6a78ae4e71190b2e1c76239f1c2eb"
33
}

tests/integration/init/test_init_command.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_init_command_passes_and_dir_created_image(self):
7474
"--package-type",
7575
IMAGE,
7676
"--base-image",
77-
"amazon/nodejs18.x-base",
77+
"amazon/nodejs22.x-base",
7878
"--dependency-manager",
7979
"npm",
8080
"--name",
@@ -100,7 +100,7 @@ def test_init_new_app_template(self):
100100
get_sam_command(),
101101
"init",
102102
"--runtime",
103-
"nodejs18.x",
103+
"nodejs22.x",
104104
"--dependency-manager",
105105
"npm",
106106
"--app-template",
@@ -1064,7 +1064,7 @@ def test_image_template_config(self):
10641064
"--package-type",
10651065
IMAGE,
10661066
"--base-image",
1067-
"amazon/nodejs18.x-base",
1067+
"amazon/nodejs22.x-base",
10681068
"--dependency-manager",
10691069
"npm",
10701070
"--name",

0 commit comments

Comments
 (0)