@super-protocol/addons-tee 0.8.12-beta.7 → 0.8.12-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/addons-tee",
3
- "version": "0.8.12-beta.7",
3
+ "version": "0.8.12-beta.9",
4
4
  "description": "The TEE trusted loader addons",
5
5
  "tags": [
6
6
  "tee"
@@ -3,8 +3,8 @@ FROM node:16-buster-slim
3
3
  RUN apt update && apt install -y libcurl4 libcjson1 curl gnupg2 && rm -rf /var/lib/apt/lists/*
4
4
  RUN curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add - \
5
5
  && echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main' >> /etc/apt/sources.list.d/intel-sgx.list \
6
- && apt-get update \
7
- && apt install libsgx-dcap-default-qpl libsgx-urts libsgx-dcap-quote-verify -y
6
+ && apt-get update \
7
+ && apt install libsgx-dcap-default-qpl libsgx-urts -y
8
8
 
9
9
  COPY ./sgx_default_qcnl.conf /etc/sgx_default_qcnl.conf
10
10
 
@@ -5,7 +5,7 @@ Distro: "ubuntu:20.04"
5
5
  # below; typically, you want to keep the default values though
6
6
  Gramine:
7
7
  Repository: "https://github.com/Super-Protocol/sp-gramine.git"
8
- Branch: "v1.4-sp"
8
+ Branch: "v1.6.1-sp"
9
9
 
10
10
  # Specify the Intel SGX driver installed on your machine (more specifically, on the machine where
11
11
  # the graminized Docker container will run); there are several variants of the SGX driver: