Move to LTS image

pull/86/head
Jan Beerbom 2024-04-11 13:17:20 +02:00
parent 2340a82bad
commit 6bfc8323e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:21
FROM node:lts-slim
WORKDIR /app
COPY . .
RUN npm install