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