Skip to content

Commit 20ba847

Browse files
authored
updating workload file to use slight-rust-hello's v0.3.3 instead of latest
While trying to build today, we realized `latest` was broken. To avoid any other users running into this issue, it's best to target a specific version that was tested and is guaranteed to provide a great OOB experience in this tutorial.
1 parent 6e28540 commit 20ba847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-wasi-node-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ spec:
169169
runtimeClassName: wasmtime-slight-v1
170170
containers:
171171
- name: hello-slight
172-
image: ghcr.io/deislabs/containerd-wasm-shims/examples/slight-rust-hello:latest
172+
image: ghcr.io/deislabs/containerd-wasm-shims/examples/slight-rust-hello:v0.3.3
173173
command: ["/"]
174174
resources:
175175
requests:

0 commit comments

Comments
 (0)