Skip to content

Commit

Permalink
Fix: Recent example_fastapi versions requires newer runtime
Browse files Browse the repository at this point in the history
The `example_fastapi` example in `aleph-vm` and the documentation require a newer version of the runtime.

This uses a new runtime, published by the same address and with the latest version of the SDK.
  • Loading branch information
hoh committed Apr 24, 2024
1 parent 9f38970 commit 27cd5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph_client/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Settings(BaseSettings):

DEFAULT_CHANNEL: str = "TEST"
DEFAULT_RUNTIME_ID: str = (
"bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4"
"63f07193e6ee9d207b7d1fcf8286f9aee34e6f12f101d2ec77c1229f92964696"
)
DEBIAN_11_ROOTFS_ID: str = (
"887957042bb0e360da3485ed33175882ce72a70d79f1ba599400ff4802b7cee7"
Expand Down

0 comments on commit 27cd5ca

Please sign in to comment.