Skip to content

Commit 6b071f8

Browse files
committed
Fix: Default runtime was obsolete
We released a new runtime based on Debian 12. This changes the default configuration to use the new runtime.
1 parent d95e5fa commit 6b071f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/aleph/sdk/conf.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ class Settings(BaseSettings):
2929
REMOTE_CRYPTO_UNIX_SOCKET: Optional[str] = None
3030
ADDRESS_TO_USE: Optional[str] = None
3131

32-
DEFAULT_RUNTIME_ID: str = (
33-
"bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4"
34-
)
32+
DEFAULT_RUNTIME_ID: str = "f873715dc2feec3833074bd4b8745363a0e0093746b987b4c8191268883b2463" # Debian 12 official runtime
3533
DEFAULT_VM_MEMORY: int = 256
3634
DEFAULT_VM_VCPUS: int = 1
3735
DEFAULT_VM_TIMEOUT: float = 30.0

0 commit comments

Comments
 (0)