diff --git a/Dockerfile b/Dockerfile index 654a851..a1a9537 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.22.0-bookworm-slim # Create and change to the app directory. WORKDIR /usr/src/app