diff --git a/Dockerfile b/Dockerfile index 3f0f6b2..c849e63 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.11.2 +FROM node:8.13 WORKDIR /opt/app COPY . .