diff --git a/Dockerfile b/Dockerfile index 654a851..57c8dc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js image. -FROM node:22.5.0-bookworm-slim +FROM node:22.15.1-bookworm-slim # Create and change to the app directory. WORKDIR /usr/src/app