Skip to content

Commit 657cf3a

Browse files
Dockerfile-fedora: Upgrade to fedora 36
Signed-off-by: Tomás González <[email protected]>
1 parent e859bb1 commit 657cf3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ At the moment we test (via CI) and support the following Rust compiler versions:
1010
* On Ubuntu we test with:
1111
- The latest stable compiler version, as accessible through `rustup`.
1212
- The 1.66 compiler version.
13-
* On Fedora we test with the compiler version included with the Fedora 35 release.
13+
* On Fedora we test with the compiler version included with the Fedora 36 release.
1414

1515
If you need support for other versions of the compiler, get in touch with us to see what we can do!
1616

tss-esapi/tests/Dockerfile-fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:35
1+
FROM fedora:36
22

33
RUN dnf install -y \
44
tpm2-tss-devel tpm2-abrmd tpm2-tools \

0 commit comments

Comments
 (0)