From 605e2ea9933fdba91bc872cccc89aafd242769f1 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 24 Jul 2025 13:49:36 -0500 Subject: [PATCH] Upgrade dev mkdocs to Python 3.11 (#3569) --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index b209c261..172f45a6 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.11 RUN pip install --upgrade pip