Skip to content

Commit

Permalink
Fix: force Gramine 1.5 instead of 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Dec 27, 2023
1 parent ae035b3 commit 119d1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y \
libsgx-dcap-default-qpl \
sgx-aesm-service \
libsgx-aesm-quote-ex-plugin \
gramine && \
gramine=1.5 && \
rm -rf /var/lib/apt/lists/*

WORKDIR /opt/intel
Expand Down

0 comments on commit 119d1f4

Please sign in to comment.