Skip to content

Commit

Permalink
Let's try jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Mar 15, 2024
1 parent c0e725a commit e72d9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-deb:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
SGX_MODE: HW
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/deb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############ Install Intel SGX SDK & SGX PSW
FROM ghcr.io/sigmagmbh/sgx:2.23-focal-77382c8 as base
FROM ghcr.io/sigmagmbh/sgx:2.23-jammy-554238b as base
RUN wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
RUN apt-get update

Expand Down

0 comments on commit e72d9bf

Please sign in to comment.