From d9268063de55f745ac553f427b7c6668393419c2 Mon Sep 17 00:00:00 2001 From: Cashmaney Date: Tue, 29 Aug 2023 14:11:46 +0300 Subject: [PATCH] Update Dockerfile --- deployment/dockerfiles/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deployment/dockerfiles/Dockerfile b/deployment/dockerfiles/Dockerfile index 178cd289a..9311c487f 100644 --- a/deployment/dockerfiles/Dockerfile +++ b/deployment/dockerfiles/Dockerfile @@ -70,12 +70,10 @@ ENV FEATURES=${FEATURES} ENV FEATURES_U=${FEATURES_U} ENV MITIGATION_CVE_2020_0551=${MITIGATION_CVE_2020_0551} -RUN git clone --branch main --depth 1 https://github.com/scrtlabs/tm-secret-enclave.git +RUN git clone --branch v1.11.3 --depth 1 https://github.com/scrtlabs/tm-secret-enclave.git WORKDIR tm-secret-enclave -RUN git fetch --tags && git checkout v1.11.2 - RUN git submodule init RUN git submodule update --remote