mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
Merge pull request #708 from cjmayo/docker311
Update Docker image to Python 3.11
This commit is contained in:
commit
9a5f914019
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Use the maximum Python version tested
|
||||
FROM python:3.10-slim
|
||||
FROM python:3.11-slim
|
||||
|
||||
# linkchecker creates $XDG_CONFIG_HOME/linkchecker/ (700) containing linkcheckerrc et al
|
||||
ENV HOME /tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue