diff --git a/docker/Dockerfile b/docker/Dockerfile index 1b844c9..7e9b157 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js -FROM node:8.12 +FROM node:8.17.0 # Copy the current directory into the Docker image COPY . /challenge-forum-processor