File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
2
2
Name : start-gin
3
3
Provider :
4
4
- 阿里云
5
- Version : 1.0.8
5
+ Version : 1.0.9
6
6
Description : Gin 是使用 Go/golang 语言实现的 HTTP Web 框架。接口简洁,性能极高。
7
7
HomePage : https://github.com/devsapp/start-web-framework
8
8
Tags :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ services:
52
52
name : ' {{ functionName }}'
53
53
description : ' Serverless Devs Web Framework Function'
54
54
codeUri : ./code/target
55
- runtime : custom
55
+ runtime : custom.debian10
56
56
memorySize : 1024
57
57
timeout : 30
58
58
instanceConcurrency : 100
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
54
54
name : gin
55
55
description : ' Serverless Devs Web Framework Function'
56
56
codeUri : ./code/target
57
- runtime : custom
57
+ runtime : custom.debian10
58
58
memorySize : 1024
59
59
timeout : 30
60
60
instanceConcurrency : 100
You can’t perform that action at this time.
0 commit comments