Skip to content

Commit

Permalink
Merge pull request #2824 from mikkelhegn/main
Browse files Browse the repository at this point in the history
Updating static fileserver template to 0.3.0
  • Loading branch information
itowlson authored Sep 12, 2024
2 parents 8de5926 + e0bec31 commit ff8b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/static-fileserver/content/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ route = "{{ http-path | http_wildcard }}"
component = "{{project-name | kebab_case}}"

[component.{{project-name | kebab_case}}]
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" }
files = [{ source = "{{ files-path }}", destination = "/" }]

0 comments on commit ff8b05a

Please sign in to comment.