From e3dade8f2ac361c8f19c2e3f6897c16c5735b916 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 19 Aug 2024 10:55:40 +0300 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index d4f6029..2b5eb78 100644 --- a/Docker.md +++ b/Docker.md @@ -4,7 +4,7 @@ This is only for developers. For normal users, do not add these options, just st Alpine Linux does not work properly with current Meteor 2 based WeKan. Ubuntu works, and has newest security fixes. -Only amd64 currently works. Currently used Node.js 14.x segfaults at arm64 and s390x. Only Node.js 14.x is compatible with current version of Meteor 2 based WeKan. Trying to upgrade is in progress #5475 +Only amd64 currently works. Currently used Node.js 14.x segfaults at arm64 and s390x. Only Node.js 14.x is compatible with current version of Meteor 2 based WeKan. Trying to upgrade is in progress https://github.com/wekan/wekan/issues/5475 Dockerfile is at https://raw.githubusercontent.com/wekan/wekan/main/Dockerfile