Merge pull request #708 from cjmayo/docker311

Update Docker image to Python 3.11
This commit is contained in:
Chris Mayo 2022-12-12 19:25:03 +00:00 committed by GitHub
commit 9a5f914019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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