Skip to content

Commit ff8b05a

Browse files
authored
Merge pull request #2824 from mikkelhegn/main
Updating static fileserver template to 0.3.0
2 parents 8de5926 + e0bec31 commit ff8b05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/static-fileserver/content/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ route = "{{ http-path | http_wildcard }}"
1111
component = "{{project-name | kebab_case}}"
1212

1313
[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" }
14+
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.3.0/spin_static_fs.wasm", digest = "sha256:ef88708817e107bf49985c7cefe4dd1f199bf26f6727819183d5c996baa3d148" }
1515
files = [{ source = "{{ files-path }}", destination = "/" }]

0 commit comments

Comments
 (0)