Skip to content

Commit 7b51c1f

Browse files
authored
Merge pull request #1862 from vdice/chore/redirect-template-bump
chore(templates): bump redirect wasm version; update usage
2 parents e0a2ad5 + 4c06a99 commit 7b51c1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[[component]]
2-
source = { url = "https://github.com/fermyon/spin-redirect/releases/download/v0.0.1/redirect.wasm", digest = "sha256:d57c3d91e9b62a6b628516c6d11daf6681e1ca2355251a3672074cddefd7f391" }
2+
source = { url = "https://github.com/fermyon/spin-redirect/releases/download/v0.1.0/redirect.wasm", digest = "sha256:8bee959843f28fef2a02164f5840477db81d350877e1c22cb524f41363468e52" }
33
id = "{{ project-name }}"
44
environment = { DESTINATION = "{{ redirect-to }}" }
55
[component.trigger]
66
route = "{{ redirect-from }}"
7-
executor = { type = "wagi" }

0 commit comments

Comments
 (0)