mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-20 23:32:23 +00:00
⬆️(mail) upgrade Node image for mails-install to align with the frontend
Node 18 is now legacy, and running `make mails-install` was failing with a "bad engine" error against the current image. Bump the Node image used for `mails-install` to a more recent version, aligned with the one used by the frontend, so the make target runs cleanly again. Note: the Alpine variant cannot be used here, as `bash` is required to build the mail templates.
This commit is contained in:
committed by
aleb_the_flash
parent
eae93f771f
commit
1d0a0cc637
+1
-1
@@ -180,7 +180,7 @@ services:
|
||||
working_dir: /app
|
||||
|
||||
node:
|
||||
image: node:18
|
||||
image: node:22
|
||||
user: "${DOCKER_USER:-1000}"
|
||||
environment:
|
||||
HOME: /tmp
|
||||
|
||||
Reference in New Issue
Block a user