From 61116198fc0b011f80db1e96fde6b3c52684124c Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 26 Sep 2023 17:20:09 -0500 Subject: [PATCH] Bump Dockerfile Python version to fix crash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 583a47c..89087d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # set base image (host OS) -FROM python:3.8 +FROM python:3.9 # set the working directory in the container WORKDIR /code