[GH-ISSUE #177] Update nodejs to 10 #100

Closed
opened 2026-02-26 09:36:23 +03:00 by kerem · 1 comment
Owner

Originally created by @JakubOnderka on GitHub (Aug 2, 2019).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/177

Originally assigned to: @agolybev on GitHub.

Current version of Docker image (5.3.4.3) uses nodejs version 8.x. (see https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/v5.3.4/Dockerfile#L11).

Although this version is supported until end of this year, it contains a bug (https://github.com/nodejs/node/issues/16196), that prevents to connect to server that uses secp384r1 ECDH curve.

It is possible to upgrade to nodejs version 10? It is also LTS and will be supported until 2021-04-01.

Thanks!

Originally created by @JakubOnderka on GitHub (Aug 2, 2019). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/177 Originally assigned to: @agolybev on GitHub. Current version of Docker image (5.3.4.3) uses nodejs version 8.x. (see https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/v5.3.4/Dockerfile#L11). Although this version is supported until end of this year, it contains a bug (https://github.com/nodejs/node/issues/16196), that prevents to connect to server that uses `secp384r1` ECDH curve. It is possible to upgrade to nodejs version 10? It is also LTS and will be supported until 2021-04-01. Thanks!
kerem 2026-02-26 09:36:23 +03:00
Author
Owner

@ShockwaveNN commented on GitHub (Oct 15, 2021):

For quite a long time we've moved to package nodejs executables as static binaries without installing nodejs

So this problem should not be actual any more, since there is no nodejs in docker container

<!-- gh-comment-id:944075084 --> @ShockwaveNN commented on GitHub (Oct 15, 2021): For quite a long time we've moved to package nodejs executables as static binaries without installing nodejs So this problem should not be actual any more, since there is no nodejs in docker container
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#100
No description provided.