mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
fix: update base image to node:lts-slim for improved stability
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Build the application
|
||||
FROM node:slim AS builder
|
||||
FROM node:lts-slim AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user