Switch from F31 to F32

This commit is contained in:
Tomáš Chvátal 2020-06-23 11:40:00 +02:00 committed by Tomáš Chvátal
parent f8a0674010
commit ad7aedd1b5
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ language: python
sudo: required
env:
- DIST=fedora31
- DIST=fedora32
- DIST=fedoradev
- DIST=opensuselp15
- DIST=opensusetw

View File

@ -1,4 +1,4 @@
FROM fedora:31
FROM fedora:32
# --nogpgcheck: Ignore transient(?) package signature failures
RUN dnf --nogpgcheck -y install \
@ -21,7 +21,6 @@ RUN dnf --nogpgcheck -y install \
glibc \
hunspell-en \
hunspell-cs \
python3-importlib-metadata \
python3-setuptools \
python3-enchant \
python3-magic \