Merge pull request #50 from nepeat/chore/node24

chore: update docker node 20->24
This commit is contained in:
LKLY
2026-01-12 14:17:07 -05:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:20-slim
FROM node:24-slim
WORKDIR /app