mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Use Python 3.10 in Docker image
cchardet was the reason for using Python 3.9.
This commit is contained in:
parent
34ba737710
commit
5403e688ca
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Use the maximum version for which dependency wheels are available
|
||||
FROM python:3.9-slim
|
||||
# Use the maximum Python version tested
|
||||
FROM python:3.10-slim
|
||||
|
||||
# linkchecker creates ~/.linkchecker/ (700) containing linkcheckerrc et al
|
||||
ENV HOME /tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue