fix: use specific Fedora version, handle TextField deprecation

This commit is contained in:
2022-09-03 16:24:30 +02:00
parent ed5a507b4e
commit 6f52c583a5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM fedora-minimal:latest
FROM fedora-minimal:37
RUN microdnf install --assumeyes \
python3-flask \