Try node 20 (again)

This commit is contained in:
SergeantPanda 2025-09-28 18:43:11 -05:00
parent e072fb88f9
commit 0e6889c6c1

View file

@ -4,7 +4,7 @@ ARG REPO_NAME=dispatcharr
ARG BASE_TAG=base
# --- Build frontend ---
FROM node:24 AS frontend-builder
FROM node:20 AS frontend-builder
# Make builds platform-aware for buildx caching and optional native deps
ARG TARGETPLATFORM