Skip to content

Commit

Permalink
Update Open Enclave to 0.19.8 and PSW to 2.25.100 (#6685)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Dec 5, 2024
1 parent f6c27c8 commit c5bd5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/sgx_deps_pin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkdir -p /etc/init
echo "APT::Acquire::Retries \"5\";" | tee /etc/apt/apt.conf.d/80-retries

UBUNTU=focal
PSW_VERSION=2.20.100
PSW_VERSION=2.25.100

if [ -z "$PSW_VERSION" ]; then
echo "Please set PSW_VERSION (e.g. 2.11)." >&2;
Expand Down
4 changes: 2 additions & 2 deletions getting_started/setup_vm/roles/openenclave/vars/common.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oe_ver: "0.19.7"
oe_ver: "0.19.8"
# Usually the same, except for rc, where ver is -rc and ver_ is _rc
oe_ver_: "0.19.7"
oe_ver_: "0.19.8"

# Source install
workspace: "/tmp/"
Expand Down

0 comments on commit c5bd5b8

Please sign in to comment.