diff --git a/Dockerfile b/Dockerfile
index 15ecf4f..a04e1cc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,7 @@
 FROM node:23.7.0-alpine
 
+RUN npm install -g npm@11.1.0
+
 # Install dependencies with versions
 RUN apk add --no-cache \
     redis \