From b6cea3ebcd27d3cc24af766bfa47682f2ad253e3 Mon Sep 17 00:00:00 2001 From: Krishna Kumar Date: Tue, 25 Jun 2024 13:31:54 -0600 Subject: [PATCH] Trying Python 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 136daee..306a949 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:latest +FROM python:3.11 WORKDIR /home/gns