diff --git a/Dockerfile b/Dockerfile index cf1ff08..ac87092 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:8.2.1 +FROM node:8.17.0 LABEL app="tc notify" version="1.0" WORKDIR /opt/app