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