From 150bc6d57280c2c8965ad2ebe0550f4bcdba1927 Mon Sep 17 00:00:00 2001 From: "Hou, Han" Date: Fri, 30 Aug 2024 21:06:58 -0700 Subject: [PATCH] Update python verison to 3.9 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1251079..8a3c238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.9-slim WORKDIR /app