We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e859bb1 commit 657cf3aCopy full SHA for 657cf3a
README.md
@@ -10,7 +10,7 @@ At the moment we test (via CI) and support the following Rust compiler versions:
10
* On Ubuntu we test with:
11
- The latest stable compiler version, as accessible through `rustup`.
12
- The 1.66 compiler version.
13
-* On Fedora we test with the compiler version included with the Fedora 35 release.
+* On Fedora we test with the compiler version included with the Fedora 36 release.
14
15
If you need support for other versions of the compiler, get in touch with us to see what we can do!
16
tss-esapi/tests/Dockerfile-fedora
@@ -1,4 +1,4 @@
1
-FROM fedora:35
+FROM fedora:36
2
3
RUN dnf install -y \
4
tpm2-tss-devel tpm2-abrmd tpm2-tools \
0 commit comments