Skip to content

Commit

Permalink
Merge pull request #1897 from vdice/chore/bump-spin-fileserver
Browse files Browse the repository at this point in the history
chore(templates/tests): bump spin-fileserver version
  • Loading branch information
vdice authored Oct 16, 2023
2 parents be6e2ef + 675b3f2 commit fd4854b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/static-fileserver/content/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger = { type = "http", base = "{{http-base}}" }
version = "0.1.0"

[[component]]
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.3/spin_static_fs.wasm", digest = "sha256:38bf971900228222f7f6b2ccee5051f399adca58d71692cdfdea98997965fd0d" }
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.1.0/spin_static_fs.wasm", digest = "sha256:96c76d9af86420b39eb6cd7be5550e3cb5d4cc4de572ce0fd1f6a29471536cb4" }
id = "{{ project-name }}"
files = [{ source = "{{ files-path }}", destination = "/" }]
[component.trigger]
Expand Down
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.3/spin_static_fs.wasm", digest = "sha256:38bf971900228222f7f6b2ccee5051f399adca58d71692cdfdea98997965fd0d" }
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.1.0/spin_static_fs.wasm", digest = "sha256:96c76d9af86420b39eb6cd7be5550e3cb5d4cc4de572ce0fd1f6a29471536cb4" }
id = "{{ project-name }}"
files = [ { source = "{{ files-path }}", destination = "/" } ]
[component.trigger]
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/assets-test/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "1.0.0"

[[component]]
id = "fs"
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.1/spin_static_fs.wasm", digest = "sha256:650376c33a0756b1a52cad7ca670f1126391b79050df0321407da9c741d32375" }
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.1.0/spin_static_fs.wasm", digest = "sha256:96c76d9af86420b39eb6cd7be5550e3cb5d4cc4de572ce0fd1f6a29471536cb4" }
files = [{source = "static/thisshouldbemounted", destination = "/thisshouldbemounted"}]
exclude_files = ["static/thisshouldbemounted/thisshouldbeexcluded/*"]
[component.trigger]
Expand Down
2 changes: 1 addition & 1 deletion tests/watch/static-fileserver/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger = { type = "http" }
version = "0.1.0"

[[component]]
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.0.1/spin_static_fs.wasm", digest = "sha256:650376c33a0756b1a52cad7ca670f1126391b79050df0321407da9c741d32375" }
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.1.0/spin_static_fs.wasm", digest = "sha256:96c76d9af86420b39eb6cd7be5550e3cb5d4cc4de572ce0fd1f6a29471536cb4" }
id = "static-fileserver"
files = [ { source = "assets", destination = "/" } ]
[component.trigger]
Expand Down

0 comments on commit fd4854b

Please sign in to comment.