Update Node version in Dockerfile for frontend build

This commit is contained in:
Alexandre
2026-04-18 07:52:34 +02:00
committed by GitHub
parent fdab2df3fd
commit 24c553fc08

View File

@@ -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/"