diff --git a/Dockerfile b/Dockerfile index 6975e74..2caafe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js slim image -FROM node:20.19.0-slim +FROM node:20.19.5-slim # Set environment variables ENV NODE_ENV=production