chore: update dockerfile to Node 24 (LTS)

This commit is contained in:
Mitchell Scott 2025-06-04 14:29:16 -06:00
commit d280a5b3a9
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:24-alpine
WORKDIR /app
COPY package.json .