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