From 52a193e95f2e16fba6d4f192ffc31d5d94f3aa3a Mon Sep 17 00:00:00 2001 From: 0xZensh Date: Sun, 19 Jan 2025 23:28:03 +0800 Subject: [PATCH] fix: update ic_tee_nitro_gateway --- agents/anda_bot/nitro_enclave/amd64.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/anda_bot/nitro_enclave/amd64.Dockerfile b/agents/anda_bot/nitro_enclave/amd64.Dockerfile index 448f982..c0acb90 100644 --- a/agents/anda_bot/nitro_enclave/amd64.Dockerfile +++ b/agents/anda_bot/nitro_enclave/amd64.Dockerfile @@ -24,7 +24,7 @@ RUN wget -qO- https://github.com/AdguardTeam/dnsproxy/releases/download/v0.73.3/ RUN mv linux-amd64/dnsproxy ./ && chmod +x dnsproxy # dnsproxy to provide DNS services inside the enclave -RUN wget -O ic_tee_nitro_gateway https://github.com/ldclabs/ic-tee/releases/download/v0.2.8/ic_tee_nitro_gateway +RUN wget -O ic_tee_nitro_gateway https://github.com/ldclabs/ic-tee/releases/download/v0.2.9/ic_tee_nitro_gateway RUN chmod +x ic_tee_nitro_gateway WORKDIR /build