mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Update Dockerfile to use Node.js 24-slim for frontend build
This commit is contained in:
parent
563f890cf4
commit
db5713a050
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ARG REPO_NAME=dispatcharr
|
|||
ARG BASE_TAG=base
|
||||
|
||||
# --- Build frontend ---
|
||||
FROM node:20 AS frontend-builder
|
||||
FROM node:24-slim AS frontend-builder
|
||||
WORKDIR /app/frontend
|
||||
COPY ./frontend /app/frontend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue