From ff83c8a20497f021f37ee022f305358af294bdca Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Fri, 4 Feb 2022 20:42:43 +0530 Subject: [PATCH] Upgrade to Python 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71da6af..97a2f18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nikolaik/python-nodejs:python3.8-nodejs16 +FROM nikolaik/python-nodejs:python3.9-nodejs16 ADD requirements.txt /requirements.txt ADD main.py /main.py