From c40f6566226d642c4eb4e4cc6ae1ee01a8d11b86 Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Thu, 25 Jan 2024 17:11:35 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20upgrade=20mail-bu?= =?UTF-8?q?ilder=20Node=20Image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 386833e..eb4c4f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN mkdir /install && \ # ---- mails ---- -FROM node:18 as mail-builder +FROM node:20 as mail-builder COPY ./src/mail /mail/app