Skip to content

Commit

Permalink
Merge pull request #1699 from radu-matei/chore/update-spin-fileserver
Browse files Browse the repository at this point in the history
chore(templates): bump fileserver to v0.0.3
  • Loading branch information
itowlson authored Aug 21, 2023
2 parents 45b14fb + 54db3b7 commit 60011fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/static-fileserver/content/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ trigger = { type = "http", base = "{{http-base}}" }
version = "0.1.0"

[[component]]
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.2/spin_static_fs.wasm", digest = "sha256:65456bf4e84cf81b62075e761b2b0afaffaef2d0aeda521b245150f76b96421b" }
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.3/spin_static_fs.wasm", digest = "sha256:38bf971900228222f7f6b2ccee5051f399adca58d71692cdfdea98997965fd0d" }
id = "{{ project-name }}"
files = [ { source = "{{ files-path }}", destination = "/" } ]
files = [{ source = "{{ files-path }}", destination = "/" }]
[component.trigger]
route = "{{ http-path | http_wildcard }}"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[component]]
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.2/spin_static_fs.wasm", digest = "sha256:65456bf4e84cf81b62075e761b2b0afaffaef2d0aeda521b245150f76b96421b" }
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.3/spin_static_fs.wasm", digest = "sha256:38bf971900228222f7f6b2ccee5051f399adca58d71692cdfdea98997965fd0d" }
id = "{{ project-name }}"
files = [ { source = "{{ files-path }}", destination = "/" } ]
[component.trigger]
Expand Down

0 comments on commit 60011fa

Please sign in to comment.