⬆️(project) upgrade mail-builder Node Image

Updated to Node Image version 20 to align with the frontend image. It will
save us having two different Node versions in the same docker file, and
should not impact mail-builder.
This commit is contained in:
Lebaud Antoine
2024-01-25 17:11:35 +01:00
committed by aleb_the_flash
parent 1a3b396230
commit c40f656622

View File

@@ -71,7 +71,7 @@ RUN mkdir /install && \
# ---- mails ---- # ---- mails ----
FROM node:18 as mail-builder FROM node:20 as mail-builder
COPY ./src/mail /mail/app COPY ./src/mail /mail/app