We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b751e62 commit e0bec31Copy full SHA for e0bec31
templates/static-fileserver/content/spin.toml
@@ -11,5 +11,5 @@ route = "{{ http-path | http_wildcard }}"
11
component = "{{project-name | kebab_case}}"
12
13
[component.{{project-name | kebab_case}}]
14
-source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.2.1/spin_static_fs.wasm", digest = "sha256:5f05b15f0f7cd353d390bc5ebffec7fe25c6a6d7a05b9366c86dcb1a346e9f0f" }
+source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.3.0/spin_static_fs.wasm", digest = "sha256:ef88708817e107bf49985c7cefe4dd1f199bf26f6727819183d5c996baa3d148" }
15
files = [{ source = "{{ files-path }}", destination = "/" }]
0 commit comments