Skip to content

Commit e45de68

Browse files
tkatilamythi
andauthored
Update demo/sgx-sdk-demo/Dockerfile
Co-authored-by: Mikko Ylinen <[email protected]>
1 parent 32293af commit e45de68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/sgx-sdk-demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN cd sgxsdk/SampleCode/SampleEnclave \
4949
&& make \
5050
&& cd -
5151

52-
RUN wget https://github.com/intel/SGXDataCenterAttestationPrimitives/archive/refs/tags/$DCAP_VERSION.tar.gz && \
52+
RUN wget https://github.com/intel/SGXDataCenterAttestationPrimitives/archive/$DCAP_VERSION.tar.gz && \
5353
tar xzf $DCAP_VERSION.tar.gz && mv SGXDataCenterAttestationPrimitives* SGXDataCenterAttestationPrimitives
5454

5555
RUN cd SGXDataCenterAttestationPrimitives/SampleCode/QuoteGenerationSample \

0 commit comments

Comments
 (0)