From 2db51fe2498d427bd1baeb41b423a52141c3f1dc Mon Sep 17 00:00:00 2001 From: Sean Corrigan Date: Wed, 16 Mar 2022 12:55:26 -0400 Subject: [PATCH] updated python image --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 21ac735..d00b7af 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,5 @@ # set base image (host OS) -FROM python:3.8 +FROM python:3.9.10-slim-buster # copy the dependencies file to the working directory COPY requirements.txt . # install dependencies