From 0730a57fbd4c60f880e2541d30e117d053b57dbf Mon Sep 17 00:00:00 2001 From: eisbilir Date: Sat, 24 Sep 2022 15:34:57 +0300 Subject: [PATCH] update version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b032ff0..41e38cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # and runs it against the specified Topcoder backend (development or # production) when container is executed. -FROM node:6.10 +FROM node:8.2.1 LABEL app="tc email" version="1.1" WORKDIR /opt/app