File tree 2 files changed +3
-3
lines changed
templates/static-fileserver
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ trigger = { type = "http", base = "{{http-base}}" }
6
6
version = " 0.1.0"
7
7
8
8
[[component ]]
9
- source = { url = " https://github.com/fermyon/spin-fileserver/releases/download/v0.0.2 /spin_static_fs.wasm" , digest = " sha256:65456bf4e84cf81b62075e761b2b0afaffaef2d0aeda521b245150f76b96421b " }
9
+ source = { url = " https://github.com/fermyon/spin-fileserver/releases/download/v0.0.3 /spin_static_fs.wasm" , digest = " sha256:38bf971900228222f7f6b2ccee5051f399adca58d71692cdfdea98997965fd0d " }
10
10
id = " {{ project-name }}"
11
- files = [ { source = " {{ files-path }}" , destination = " /" } ]
11
+ files = [{ source = " {{ files-path }}" , destination = " /" }]
12
12
[component .trigger ]
13
13
route = " {{ http-path | http_wildcard }}"
Original file line number Diff line number Diff line change 1
1
[[component]]
2
- source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.2 /spin_static_fs.wasm", digest = "sha256:65456bf4e84cf81b62075e761b2b0afaffaef2d0aeda521b245150f76b96421b " }
2
+ source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.3 /spin_static_fs.wasm", digest = "sha256:38bf971900228222f7f6b2ccee5051f399adca58d71692cdfdea98997965fd0d " }
3
3
id = "{{ project-name }}"
4
4
files = [ { source = "{{ files-path }}", destination = "/" } ]
5
5
[component.trigger]
You can’t perform that action at this time.
0 commit comments