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

This commit is contained in:
CyferShepard
2025-06-14 18:33:56 +02:00
parent 0957ec1e69
commit f11dfc187c

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM node:slim AS builder
FROM node:lts-slim AS builder
WORKDIR /app