diff --git a/apps/client/Dockerfile b/apps/client/Dockerfile index 4a16a13..b35f37d 100644 --- a/apps/client/Dockerfile +++ b/apps/client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-alpine AS base +FROM node:23-alpine AS base FROM base AS pruner WORKDIR /app