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

View File

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