fix(core): update
This commit is contained in:
		| @@ -5,6 +5,6 @@ ENV PYTHONUNBUFFERED=1 | ||||
| RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python | ||||
| RUN python3 -m ensurepip | ||||
| RUN pip3 install --no-cache --upgrade pip setuptools | ||||
|  | ||||
| RUN curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm; | ||||
|  | ||||
| ENV NODE_OPTIONS="--max_old_space_size=1000" | ||||
		Reference in New Issue
	
	Block a user