From 7878d66a466c2f283692f0861a3db7e4beb19089 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Tue, 2 Feb 2021 13:25:52 -0500 Subject: [PATCH] Now using Python 3.9 base image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bacd451..357f63b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.9-slim WORKDIR /