chore: update dockerfile to Node 24 (LTS)
This commit is contained in:
parent
39e8879697
commit
d280a5b3a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:18-alpine
|
FROM node:24-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue