Move to LTS image
parent
2340a82bad
commit
6bfc8323e6
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:21
|
||||
FROM node:lts-slim
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue