jsoncrack.com
jsoncrack.com copied to clipboard
[BUG]: <Context of the issue>docker
Issue description
docker build doesn't work ERROR [builder 4/4] RUN yarn install --frozen-lockfile && yarn build
Media & Screenshots
No response
Operating system
-
OS: [e.g. iOS]:
-
Browser [e.g. chrome, safari]:
-
Any other details...
Priority this issue should have
Low (slightly annoying)
hi @Frenz86 , just change the node version in the Dockerfile from 14 to 16:
FROM node:16-alpine as builder
Latest base image FROM node:18-alpine as builder is working fine.