diff --git a/docker/Dockerfile b/docker/Dockerfile old mode 100755 new mode 100644 index 1fc643b..a6724b3 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js 10.19 -FROM node:10.19 +FROM node:10.24.0 # Copy the current directory into the Docker image COPY . /challenge-processor-es