diff --git a/docker/Dockerfile b/docker/Dockerfile index ad9e6f8..db45e74 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.0 # Copy the current directory into the Docker image COPY . /ubahn-bulk-record-processor