chore: update dockerfile to Node 24 (LTS)

This commit is contained in:
Mitchell Scott
2025-06-04 14:29:16 -06:00
parent 39e8879697
commit d280a5b3a9

View File

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