mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Update Node version in Dockerfile for frontend build
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#################
|
||||
|
||||
# Stage 1: Build Frontend with SUB_PATH
|
||||
FROM node:20 AS frontend-builder
|
||||
FROM node:22 AS frontend-builder
|
||||
|
||||
# Set the SUB_PATH environment variable
|
||||
ARG SUB_PATH="/mealie/"
|
||||
|
||||
Reference in New Issue
Block a user