Update NodeJS version of Nghyd docker image
TODO:
- Change the first line of
Dockerfile
by:FROM docker.io/node:22.2-bookworm-slim
(22.2 is the latest active version of Node today) - Rebuild the docker image on vscode
- Look at warnings on
npm ci
, try to understand and solve them (Maybe incompatibility with Angular 15?) - Try to solve crash on e2e (See #646 (comment 219794))
When it's done, ask @david.dorchies for pushing the new image and on forgemia container registry.