Update Dockerfile to use Node.js 25
- Update base image from node:20 to node:25 - Matches Gitea workflow configuration and camera-controls@3.1.2 requirements
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Multi-stage build for optimized production image
|
||||
FROM node:20 AS base
|
||||
FROM node:25 AS base
|
||||
|
||||
# Install dependencies only when needed
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user