fix: update base image to node:lts-slim for improved stability

This commit is contained in:
CyferShepard
2025-06-14 18:45:17 +02:00
parent 48b5d378c0
commit 24517c4d82

View File

@@ -14,7 +14,7 @@ COPY entry.sh ./
RUN npm run build RUN npm run build
# Stage 2: Create the production image # Stage 2: Create the production image
FROM node:slim FROM node:lts-slim
RUN apt-get update && \ RUN apt-get update && \
apt-get install -yqq --no-install-recommends wget && \ apt-get install -yqq --no-install-recommends wget && \