diff --git a/express-api/Dockerfile b/express-api/Dockerfile index 01ead8ecf..4eefa2a0e 100644 --- a/express-api/Dockerfile +++ b/express-api/Dockerfile @@ -22,7 +22,7 @@ RUN npm run build ############################################# # Prod Build # ############################################# -FROM node:21.6-bullseye-slim as Prod +FROM node:22.9-bullseye-slim as Prod # Set the working directory to /express-api WORKDIR /express-api