Skip to content

Commit

Permalink
fix: pin install.sh to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmarzex authored May 23, 2024
1 parent d09dc65 commit 0f52de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pkg/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then
then
TAG=`curl -L --silent https://sls-standalone-sv-1300963013.cos.na-siliconvalley.myqcloud.com/latest-tag`
else
TAG=`curl -L --silent https://api.github.com/repos/serverless/serverless/releases/latest 2>&1 | grep 'tag_name' | grep -oE "v[0-9]+\.[0-9]+\.[0-9]+"`
TAG='v3.38.0'
fi
VERSION=${TAG:1}
else
Expand Down

0 comments on commit 0f52de4

Please sign in to comment.