Update Docker image to Python 3.12

This commit is contained in:
Chris Mayo 2023-12-11 19:26:59 +00:00
parent 268799ee0f
commit cc1054c568

View file

@ -1,5 +1,5 @@
# Use the maximum Python version tested
FROM python:3.11-slim
FROM python:3.12-slim
# linkchecker creates $XDG_CONFIG_HOME/linkchecker/ (700) containing linkcheckerrc et al
ENV HOME /tmp