Merge pull request #103 from rmitchellscott/node24

chore: update dockerfile to Node 24 (LTS)
This commit is contained in:
Matt Walsh 2025-06-04 21:13:22 -05:00 committed by GitHub
commit 9d1c21d8ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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