Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
feat(Custom && Nodejs10): Support Custom && Nodejs10 Runtime (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanDaoH authored Sep 9, 2019
1 parent a08fcac commit 7ba629c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -1692,8 +1692,10 @@ var shellCmd = &cobra.Command{
"python3": "aliyunfc/runtime-python3.6",
"nodejs6": "aliyunfc/runtime-nodejs6",
"nodejs8": "aliyunfc/runtime-nodejs8",
"nodejs10": "aliyunfc/runtime-nodejs10",
"java8": "aliyunfc/runtime-java8",
"php7.2": "aliyunfc/runtime-php7.2",
"custom": "aliyunfc/runtime-custom",
}

sbox := &ishell.Cmd{
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.3

0 comments on commit 7ba629c

Please sign in to comment.