Breaking: only support node 18

Node 16 is not supported anymore

See https://nodejs.org/fr/blog/announcements/nodejs16-eol
This commit is contained in:
Chocobozzz
2023-10-11 13:59:24 +02:00
parent 13f07161f5
commit 678ae8abbd
8 changed files with 15 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16-bookworm-slim
FROM node:18-bookworm-slim
# Install dependencies
RUN apt update \