From 06df1bac0e5c4f860091c5b75f4b7b0eb0863ab7 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Fri, 4 Feb 2022 19:53:03 +0530 Subject: [PATCH] Upgrade to Node.js 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3d6754..78eef7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nikolaik/python-nodejs:python3.8-nodejs15 +FROM nikolaik/python-nodejs:python3.8-nodejs16 ADD requirements.txt /requirements.txt ADD main.py /main.py