Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney authored Aug 29, 2023
1 parent 33e4cf6 commit a577719
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 @@ -74,7 +74,7 @@ RUN git clone --branch main --depth 1 https://github.com/scrtlabs/tm-secret-encl

WORKDIR tm-secret-enclave

RUN git fetch && git checkout v1.11.1
RUN git fetch --tags && git checkout v1.11.1

RUN git submodule init
RUN git submodule update --remote
Expand Down

0 comments on commit a577719

Please sign in to comment.