Skip to content

Commit

Permalink
fix: update ic_tee_nitro_gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jan 19, 2025
1 parent 58eccbe commit 52a193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/anda_bot/nitro_enclave/amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52a193e

Please sign in to comment.