⬆️(docker) bump mail-builder to node 22

mjml v5 pulls commander@15 which requires node >= 22.12, the
backend image mail stage was still building with node 20.
This commit is contained in:
Nicolas Clerc
2026-08-06 14:17:17 +02:00
parent 9ca079670c
commit d22851554b
+1 -1
View File
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked --no-dev
# ---- mails ----
FROM node:20 AS mail-builder
FROM node:22 AS mail-builder
COPY ./src/mail /mail/app