Switched to Node:24

This commit is contained in:
Space-Banane
2026-02-12 18:47:10 +01:00
parent 7379870d41
commit 90a02ccc6b

View File

@@ -2,7 +2,7 @@ version: '3.8'
services:
app:
image: node:22
image: node:24
working_dir: /app
volumes:
- .:/app