Skip to content

Commit c5bd5b8

Browse files
authored
Update Open Enclave to 0.19.8 and PSW to 2.25.100 (#6685)
1 parent f6c27c8 commit c5bd5b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/sgx_deps_pin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mkdir -p /etc/init
1010
echo "APT::Acquire::Retries \"5\";" | tee /etc/apt/apt.conf.d/80-retries
1111

1212
UBUNTU=focal
13-
PSW_VERSION=2.20.100
13+
PSW_VERSION=2.25.100
1414

1515
if [ -z "$PSW_VERSION" ]; then
1616
echo "Please set PSW_VERSION (e.g. 2.11)." >&2;

getting_started/setup_vm/roles/openenclave/vars/common.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
oe_ver: "0.19.7"
1+
oe_ver: "0.19.8"
22
# Usually the same, except for rc, where ver is -rc and ver_ is _rc
3-
oe_ver_: "0.19.7"
3+
oe_ver_: "0.19.8"
44

55
# Source install
66
workspace: "/tmp/"

0 commit comments

Comments
 (0)