Skip to content

Commit 18feb52

Browse files
committed
fix: try to fix anda_bot bootstrap
1 parent 7104bfe commit 18feb52

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

agents/anda_bot/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ ed25519-consensus = { workspace = true }
4545
agent-twitter-client = "0.1"
4646
config = "0.15"
4747

48+
[patch.crates-io]
49+
candid = { git = "https://github.com/ldclabs/candid.git", rev = "70b72a66576c010235bfa6f1adb0672944497523" }
50+
4851
[dev-dependencies]
4952
dotenv = { workspace = true }

agents/anda_bot/nitro_enclave/amd64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN mv linux-amd64/dnsproxy ./ && chmod +x dnsproxy
2626
RUN wget -O ic_tee_nitro_gateway https://github.com/ldclabs/ic-tee/releases/download/v0.2.11/ic_tee_nitro_gateway
2727
RUN chmod +x ic_tee_nitro_gateway
2828

29-
RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.2.9/anda_bot
29+
RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.2.10/anda_bot
3030
RUN chmod +x anda_bot
3131

3232
FROM --platform=linux/amd64 debian:bookworm-slim AS runtime

0 commit comments

Comments
 (0)