Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney authored Aug 27, 2023
1 parent 05cc0ff commit 551144d
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 @@ -77,7 +77,7 @@ ARG FEATURES_U
ARG SGX_MODE=${SGX_MODE}
ENV FEATURES_U=${FEATURES_U}

RUN git clone --branch v1.9.3 --depth 1 https://github.com/scrtlabs/tm-secret-enclave.git
RUN git clone --branch main --depth 1 https://github.com/scrtlabs/tm-secret-enclave.git

WORKDIR tm-secret-enclave

Expand Down

0 comments on commit 551144d

Please sign in to comment.