From e3cd7f11ec05c552d71958959f3b471349efe6bc Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 8 Dec 2022 19:26:33 +0000 Subject: [PATCH] Update Docker image to Python 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e94df84..88a34922 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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