Merge pull request #103 from rmitchellscott/node24
chore: update dockerfile to Node 24 (LTS)
This commit is contained in:
commit
9d1c21d8ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:18-alpine
|
||||
FROM node:24-alpine
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue