⬆️(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:
committed by
aleb_the_flash
parent
1a3b396230
commit
c40f656622
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user