diff --git a/Dockerfile b/Dockerfile index a00bc7d..7b16424 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hazmi35/node:18-dev-alpine as build-stage +FROM ghcr.io/hazmi35/node:20-dev-alpine as build-stage # Prepare pnpm with corepack (experimental feature) RUN corepack enable && corepack prepare pnpm@latest