diff --git a/Dockerfile b/Dockerfile index 2e65be5..5d5bf83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.15.1-alpine3.20 AS base +FROM node:22.5.1-alpine3.20 AS base RUN npm install -g --ignore-scripts pnpm@9.5.0