diff --git a/docker/Dockerfile b/docker/Dockerfile index 80c7f95..36322f5 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.1 # Copy the current directory into the Docker image RUN apt-get install -y curl