diff --git a/docker/Dockerfile b/docker/Dockerfile index 80c7f95..afa2529 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ # Use the base image with Node.js 12.0.0 -FROM node:12.0.0 +FROM node:12.22.7 # Copy the current directory into the Docker image RUN apt-get install -y curl