From d877208efe847e977251d67266527b2b70c734d4 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 28 Apr 2024 00:50:16 -0300 Subject: [PATCH] Update Python version in Dockerfile --- .github/actions/sphinx-build-all/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/sphinx-build-all/Dockerfile b/.github/actions/sphinx-build-all/Dockerfile index 773992f..009f35a 100644 --- a/.github/actions/sphinx-build-all/Dockerfile +++ b/.github/actions/sphinx-build-all/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.12-slim RUN apt-get update \ && apt-get install -y \