⬆️(dependencies) upgrade node to 22
node 18 reached end-of-life and is now unsupported. we jump straight to 22 as recommended here https://nodejs.org/en/blog/announcements/node-18-eol-support
This commit is contained in:
committed by
Marie
parent
4262f469d6
commit
302671bc69
@@ -23,7 +23,7 @@ RUN mkdir /install && \
|
||||
|
||||
|
||||
# ---- mails ----
|
||||
FROM node:20 AS mail-builder
|
||||
FROM node:22 AS mail-builder
|
||||
|
||||
COPY ./src/mail /mail/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user