diff --git a/Dockerfile b/Dockerfile index 664f8e10..f70c214d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build assets -FROM node:17-alpine as node +FROM node:18-alpine as node RUN apk add --no-cache git openssh make g++ util-linux curl python3 && curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm