diff --git a/docker/Dockerfile b/docker/Dockerfile index ad9e6f8..d9c5687 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js 12.16.3 -FROM node:12.16.3 +FROM node:12.22.7 # Copy the current directory into the Docker image COPY . /ubahn-bulk-record-processor