Skip to content

Commit

Permalink
Merge pull request #1654 from scrtlabs/dcap-10
Browse files Browse the repository at this point in the history
check-hw including proper enclave
  • Loading branch information
valdok committed May 7, 2024
2 parents 1d89a8b + da62570 commit 9dfdf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ WORKDIR /go/src/github.com/enigmampc/SecretNetwork/

COPY check-hw check-hw

RUN STORAGE_PATH=`echo ${VERSION} | sed -e 's/\.//g' | head -c 2` \
RUN STORAGE_PATH=$(echo ${VERSION} | awk -F'[.]' '{print $1 $2}') \
&& wget -O check-hw/check_hw_enclave.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/librust_cosmwasm_enclave.signed.so
COPY --from=compile-secretd /go/src/github.com/enigmampc/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so check-hw/check_hw_enclave_testnet.so

Expand Down

0 comments on commit 9dfdf8b

Please sign in to comment.