Update Docker image to Python 3.11

This commit is contained in:
Chris Mayo 2022-12-08 19:26:33 +00:00
parent 2ddae7f798
commit e3cd7f11ec

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