From 2884ba5e0fb2a2c56cfef31486b49494b4fee44d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 25 Apr 2024 09:40:26 +0200 Subject: [PATCH] goto py 3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a618a4dd..564872c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9.19-bookworm +FROM python:3.10 MAINTAINER Guillaume Pellerin -- 2.39.5