diff --git a/Dockerfile b/Dockerfile index 398e5b8..cb7211b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Trust Scan Production Dockerfile -FROM node:22-alpine AS base +FROM node:25-alpine AS base # Install dependencies only when needed FROM base AS deps