diff --git a/Dockerfile b/Dockerfile index 6e1fc27..f974158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:19-alpine AS base +FROM node:22-alpine AS base # Install dependencies only when needed FROM base AS deps