diff --git a/docker/Dockerfile b/docker/Dockerfile index afea80b..e11af1b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js 8.11.3 -FROM node:8.11.3 +FROM node:8.17 # Copy the current directory into the Docker image COPY . /member-group-processor