🔧(Docker) upgrade to node 18.18

The node LTS version is 18 and node 16 has reached its end of support the 11th
september 2023. Furthermore, some JS packages starts to remove support of node
version less than 18. That's why it seems to be the right moment for us to level
up to node 18.18.
This commit is contained in:
Nathan Vasse
2023-11-20 17:12:58 +01:00
committed by NathanVss
parent 35d0821287
commit 98c7075637
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ version: "3.5"
services:
node:
image: node:16.15
image: node:18.18
working_dir: /app
user: "${DOCKER_USER:-1000}"
ports: