diff --git a/docker/Dockerfile b/docker/Dockerfile index bbc2c2a..58a6b56 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.6 # Copy the current directory into the Docker image COPY . /u-bahn-user-reconciliation-processor