diff --git a/Dockerfile b/Dockerfile index f498881..39e024a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine AS base +FROM node:19-alpine AS base RUN apk add --no-cache curl \ && curl -sL https://unpkg.com/@pnpm/self-installer | node # Install dependencies only when needed