mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Try node 20 (again)
This commit is contained in:
parent
e072fb88f9
commit
0e6889c6c1
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:24 AS frontend-builder
|
||||
FROM node:20 AS frontend-builder
|
||||
|
||||
# Make builds platform-aware for buildx caching and optional native deps
|
||||
ARG TARGETPLATFORM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue