Skip to content

Commit

Permalink
Merge pull request #2937 from mikkelhegn/static-fileserver
Browse files Browse the repository at this point in the history
Update snippet for the Staic Fileserver template so 'spin add' also use with 0.3.0
  • Loading branch information
itowlson authored Nov 27, 2024
2 parents 3b6adc8 + 93ce4c4 commit 666faa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,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 666faa9

Please sign in to comment.