Closed dmikushin closed 9 months ago
error next@14.0.3: The engine "node" is incompatible with this module. Expected version ">=18.17.0". Got "18.16.0" error Found incompatible module.
@Jeanrooy , yes, this is most likely due to
FROM node:18-alpine AS builder
It's not easy to customize the base Docker container at that fine-grained level, such as 18.16.0 -> 18.17.0. It's not easy to miss this problem either, if a release is getting tested. When the team tags a new release, does anyone care if it works in Docker or not?
The following change fixes all containers so that v0.14.2-dev
builds without errors:
find . -name "Dockerfile*" -exec sed -i "s/18-alpine/18.19-alpine/g" {} \;
Is there an existing issue for this?
Current behavior
Last time I've successfully built plane Docker container image for self-hosting for version
v0.13.1-dev
. Today I triedv0.14.2-dev
, and it fails. I'm attaching the full log below.Steps to reproduce
Browser
Google Chrome
Version
Self-hosted